Problem | helloworld |
---|---|
User | will |
Submission Time | 2023-02-13 15:51:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:1: error: expected primary-expression before ‘}’ token
7 | }
| ^
helloworld.cpp:6:8: error: expected ‘;’ before ‘}’ token
6 | return
| ^
| ;
7 | }
| ~