Problem exam
User ye
Submission Time 2025-06-16 14:21:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:5: error: expected ‘(’ before ‘cin’
4 | if cin >> 1{
| ^~~
| (
exam.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^