Problem | exam |
---|---|
User | AltheaZ |
Submission Time | 2023-06-18 11:33:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:8: error: expected ‘;’ before ‘if’
5 | cin>>x
| ^
| ;
6 | if (x==1){
| ~~
exam.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else{
| ^~~~