Problem | exam |
---|---|
User | Nayaa2403 |
Submission Time | 2025-06-16 14:48:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:13: error: expected ‘;’ before ‘{’ token
10 | }else (x==1){
| ^
| ;
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^