Problem | exam |
---|---|
User | BlueSpace |
Submission Time | 2024-04-20 09:23:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:36: error: expected ‘;’ before ‘}’ token
11 | cout <<"Hello World"<< "\n"
| ^
| ;
12 | } else if (x == 2) {
| ~
exam.cpp:15:9: error: ‘scout’ was not declared in this scope; did you mean ‘stdout’?
15 | scout << A * B << "\n"
| ^~~~~
| stdout