| Problem | exam |
|---|---|
| User | skzy09 |
| Submission Time | 2026-06-22 15:47:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:9: error: expected initializer before ‘>>’ token
7 | cin >> x;
| ^~
exam.cpp:9:22: error: expected ‘;’ before string constant
9 | cout << d "\n";
| ^~~~~
| ;
exam.cpp: At global scope:
exam.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^