Problem | exam |
---|---|
User | meal |
Submission Time | 2024-11-04 20:55:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
10 | print("Hello World");
| ^~~~~
| printf
exam.cpp:12:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
12 | print(a*b)
| ^~~~~
| printf
exam.cpp:14:10: error: expected ‘;’ before ‘}’ token
14 | return 0
| ^
| ;
15 | }
| ~