Problem exam
User Rollsroyce26
Submission Time 2024-06-18 11:06:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:8: error: expected primary-expression before ‘long’
10 | long long a, b;
| ^~~~
exam.cpp:9:11: error: expected ‘)’ before ‘long’
9 | else (
| ~^
| )
10 | long long a, b;
| ~~~~
exam.cpp:11:18: error: ‘a’ was not declared in this scope
11 | cin >> a >> b;
| ^
exam.cpp:11:23: error: ‘b’ was not declared in this scope
11 | cin >> a >> b;
| ^
exam.cpp: At global scope:
exam.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^