Problem exam
User thechillguy123456
Submission Time 2025-01-20 17:07:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:25: error: ‘a’ was not declared in this scope
11 | std::cin>> a >> b;
| ^
exam.cpp:11:30: error: ‘b’ was not declared in this scope
11 | std::cin>> a >> b;
| ^
exam.cpp: At global scope:
exam.cpp:15:5: error: expected unqualified-id before ‘return’
15 | return 0;
| ^~~~~~
exam.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^