Problem exam
User RaichuAR
Submission Time 2024-01-05 23:30:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:12:24: error: expected ‘;’ before ‘}’ token
12 | cout << "Hello World"
| ^
| ;
13 | }
| ~
exam.cpp:15:10: error: ‘a’ was not declared in this scope
15 | cin >> a, b;
| ^
exam.cpp:15:13: error: ‘b’ was not declared in this scope
15 | cin >> a, b;
| ^