Problem | trivialexam |
---|---|
User | R1 |
Submission Time | 2024-02-21 17:06:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trivialexam.cpp: In function ‘int main()’:
trivialexam.cpp:5:17: error: expected ‘;’ before ‘}’ token
5 | cout << "11412"
| ^
| ;
6 |
7 | }
| ~