Problem exam
User nick23552355
Submission Time 2026-06-09 14:42:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:17: error: ‘b’ was not declared in this scope
9 | cout << a + b << endl;
| ^
exam.cpp:15:13: error: ‘c’ was not declared in this scope
15 | cin >> b, c;
| ^