Problem | exam |
---|---|
User | JcYong |
Submission Time | 2024-06-18 10:33:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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){
| ^~~~