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