Problem | exam |
---|---|
User | aihibo |
Submission Time | 2023-05-18 17:53:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:10: error: expected ‘;’ before ‘:’ token
6 | cin >>x:
| ^
| ;
exam.cpp:11:3: error: ‘else’ without a previous ‘if’
11 | else {
| ^~~~