Problem exam
User natizwyn
Submission Time 2026-06-22 15:50:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:24: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello World"
| ^
| ;
9 | } else{
| ~
exam.cpp:10:26: error: expected ‘;’ before ‘cout’
10 | int A, B; cin >> A >> B
| ^
| ;
11 | cout A*B
| ~~~~
exam.cpp:12:3: error: expected ‘}’ at end of input
12 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^