Problem | trivialexam_ex_ex |
---|---|
User | dacashew |
Submission Time | 2023-07-07 21:44:47 |
Score | 0 |
Owl Get a Life
trivialexam_ex_ex.cpp: In function ‘int main()’:
trivialexam_ex_ex.cpp:16:9: error: expected ‘;’ before ‘}’ token
16 | cout<<1
| ^
| ;
17 | }
| ~