Problem | exam |
---|---|
User | SA |
Submission Time | 2025-07-07 15:28:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:12: error: expected initializer before ‘World’
8 | int Hello World;
| ^~~~~
exam.cpp:14:14: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
14 | cin>>Hello World;
| ^~~~~
| ftello
exam.cpp:20:9: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
20 | cout<<Hello World;
| ^~~~~
| ftello
exam.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^