Problem | exam |
---|---|
User | Smashing |
Submission Time | 2025-01-20 17:04:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int x()’:
exam.cpp:3:8: error: assignment of function ‘int x()’
3 | if ( x = 1 )
| ~~^~~
exam.cpp:4:28: error: expected ‘;’ before ‘}’ token
4 | std::cout << "Hello World"
| ^
| ;
5 | }
| ~
exam.cpp: At global scope:
exam.cpp:6:1: error: expected unqualified-id before ‘if’
6 | if ( x = 2 )
| ^~
exam.cpp:8:5: error: ‘std’ does not name a type
8 | std cout << a * b;
| ^~~
exam.cpp:13:1: error: expected unqualified-id before ‘return’
13 | return 0;
| ^~~~~~
exam.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^