Problem | exam |
---|---|
User | H2510152 |
Submission Time | 2025-05-06 21:09:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:5: error: expected ‘(’ before ‘x’
8 | if x == 1;
| ^
| (
exam.cpp:9:3: error: ‘count’ was not declared in this scope
9 | count << "Hello World";
| ^~~~~
exam.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else;
| ^~~~
exam.cpp:14:12: error: expected ‘}’ at end of input
14 | cout << d;
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^