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

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:4: error: expected ‘(’ before ‘cin’
4 | if cin >> 1{
| ^~~
| (
exam.cpp:6:1: error: ‘else’ without a previous ‘if’
6 | else{
| ^~~~