Compile Error
foo.cc: In function 'int main()': foo.cc:9:9: error: 'returh' was not declared in this scope 9 | returh 0; | ^~~~~~
Code
#include <iostream>
using namespace std;
int main()
{
int a, b; cin >> a >> b;
cout << a + b << endl;
returh 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-03-15 11:55:22
- Judged At
- 2025-03-15 11:55:22
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes