Problem exam
User naivecyans
Submission Time 2025-06-16 15:21:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main()
| ~~~
exam.cpp: In function ‘int main()’:
exam.cpp:6:5: error: expected ‘(’ before ‘n’
6 | if n == 1{
| ^
| (
exam.cpp:9:5: error: expected ‘(’ before ‘n’
9 | if n == 2{
| ^
| (