Problem | exam |
---|---|
User | TimothyLow |
Submission Time | 2023-07-25 19:07:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:9: error: ‘i’ was not declared in this scope
5 | cin >> i;
| ^
exam.cpp:7:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
7 | print("Hello World");
| ^~~~~
| printf
exam.cpp:10:10: error: ‘a’ was not declared in this scope
10 | cin >> a >> b;
| ^
exam.cpp:10:15: error: ‘b’ was not declared in this scope
10 | cin >> a >> b;
| ^