Problem | exam |
---|---|
User | silvspider |
Submission Time | 2024-04-13 09:45:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:7: error: expected unqualified-id before string constant
8 | int "Hello World";
| ^~~~~~~~~~~~~
exam.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:7:10: note: to match this ‘{’
7 | if(x==1){
| ^
exam.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^