| Problem | exam |
|---|---|
| User | JordanGwee |
| Submission Time | 2026-04-10 16:19:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:12: error: expected primary-expression before ‘:’ token
7 | if(x == 1):
| ^
exam.cpp:9:17: error: expected primary-expression before ‘:’ token
9 | else if(x == 2):
| ^
exam.cpp:11:10: error: ‘a’ was not declared in this scope
11 | cin >> a;
| ^