Problem exam
User WouldIWas
Submission Time 2024-01-26 15:06:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:9: error: expected primary-expression before ‘long’
4 | cin >> long long x;
| ^~~~
exam.cpp:5:6: error: ‘x’ was not declared in this scope
5 | if (x == 1) {
| ^
exam.cpp:8:6: error: ‘x’ was not declared in this scope
8 | if (x ==2) {
| ^