| Problem | exam |
|---|---|
| User | eipi10 |
| Submission Time | 2026-06-22 15:44:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:11: error: expected primary-expression before ‘:’ token
7 | if (a==2):
| ^
exam.cpp:10:10: error: ‘A’ was not declared in this scope
10 | cin >> A*B;
| ^
exam.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else:
| ^~~~
exam.cpp:11:6: error: expected primary-expression before ‘:’ token
11 | else:
| ^