Problem | exam |
---|---|
User | Jatin2010 |
Submission Time | 2024-03-18 17:13:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:6: error: ‘x’ was not declared in this scope
7 | if(x==1) {
| ^
exam.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | return 0
| ^
| ;
13 | }
| ~