Problem exam
User JcYong
Submission Time 2024-06-18 10:34:00
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:9:2: error: ‘elif’ was not declared in this scope
9 | elif (x == 2){
| ^~~~