Problem trivialexam
User TheRaptor
Submission Time 2023-03-31 07:56:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialexam.cpp: In function ‘int32_t main()’:
trivialexam.cpp:7:10: error: expected ‘;’ before ‘if’
7 | cin >> n
| ^
| ;
8 | if(n==1) cout << "11432";
| ~~