Problem | exam |
---|---|
User | WangZhenxuan1 |
Submission Time | 2025-07-23 09:21:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:15:7: error: expected ‘;’ before string constant
15 | cout "Hello World";
| ^~~~~~~~~~~~~~
| ;
exam.cpp:18:12: error: expected ‘;’ before ‘x’
18 | cout << A x B;
| ^~
| ;
exam.cpp:21:10: error: expected ‘}’ at end of input
21 | return 0;
| ^
exam.cpp:6:15: note: to match this ‘{’
6 | int32_t main(){
| ^