Problem exam
User axo
Submission Time 2026-04-15 12:45:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:9:11: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
9 | cout << Hello World;
| ^~~~~
| ftello
exam.cpp:11:11: error: expected ‘;’ before ‘cin’
11 | cin >> a
| ^
| ;
12 | cin >> c
| ~~~