| Problem | exam |
|---|---|
| User | meal |
| Submission Time | 2024-11-04 20:51:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:2:10: error: ‘input’ was not declared in this scope; did you mean ‘int’?
2 | int x = input("line 1");
| ^~~~~
| int
exam.cpp:5:3: error: ‘print’ was not declared in this scope; did you mean ‘int’?
5 | print("Hello World");
| ^~~~~
| int
exam.cpp:7:3: error: ‘print’ was not declared in this scope; did you mean ‘int’?
7 | print(a*b)
| ^~~~~
| int