Problem exam
User broccolini37
Submission Time 2025-01-20 17:04:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int r()’:
exam.cpp:3:8: error: assignment of function ‘int r()’
3 | if (r = 1) {
| ~~^~~
exam.cpp:6:10: error: assignment of function ‘int r()’
6 | if (r = 2) {
| ~~^~~
exam.cpp:7:17: error: ‘a’ was not declared in this scope
7 | std::cin >> a >> b;
| ^
exam.cpp:7:22: error: ‘b’ was not declared in this scope
7 | std::cin >> a >> b;
| ^