Problem | exam |
---|---|
User | Rollsroyce26 |
Submission Time | 2024-06-20 13:37:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:30: error: expected ‘;’ before ‘}’ token
10 | cout << "Hello World"
| ^
| ;
11 | }
| ~
exam.cpp:13:22: error: ‘y’ was not declared in this scope
13 | cout << (x * y) << '\n'
| ^