Problem exam
User meal
Submission Time 2024-11-04 20:54:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> x >>;
| ^~~
exam.cpp:3:13: error: expected primary-expression before ‘;’ token
3 | cin >> x >>;
| ^
exam.cpp:6:18: error: expected primary-expression before ‘;’ token
6 | cin >> a >> b >>;
| ^
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