| Problem | exam |
|---|---|
| User | Lerongt |
| Submission Time | 2026-06-23 08:54:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:16:14: error: expected ‘;’ before ‘:’ token
16 | cout << A*B:
| ^
| ;
exam.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^