Problem exam
User beefburger
Submission Time 2026-01-22 09:15:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x;
| ^
exam.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:8:15: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^