Problem exam
User Helloworld
Submission Time 2026-01-21 17:05:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:11: error: expected ‘;’ before ‘if’
8 | x = 1
| ^
| ;
9 | if (x == 1);
| ~~
exam.cpp:10:14: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
10 | printf(Hello World);
| ^~~~~
| ftello
exam.cpp:12:18: error: expected ‘}’ at end of input
12 | cout << a*b;
| ^
exam.cpp:5:14: note: to match this ‘{’
5 | signed main(){;
| ^