Problem exam
User alice157050
Submission Time 2026-06-22 15:46:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: ‘ll’ was not declared in this scope
6 | ll x;
| ^~
exam.cpp:7:9: error: ‘x’ was not declared in this scope
7 | cin >> x;
| ^
exam.cpp:12:2: error: ‘If’ was not declared in this scope
12 | If (x == 2){
| ^~