Problem trivialexam
User blackscreen1
Submission Time 2023-03-31 15:04:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialexam.cpp: In function ‘int main()’:
trivialexam.cpp:8:27: error: expected ‘;’ before ‘}’ token
8 | if (n == 3) cout << 41324
| ^
| ;
9 | }
| ~