Problem exam
User anish
Submission Time 2026-06-22 15:22:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:3: error: expected unqualified-id before ‘long’
10 | long long b;
| ^~~~
exam.cpp:11:21: error: ‘b’ was not declared in this scope
11 | cin >> a >> b;
| ^