Problem | exam |
---|---|
User | broccolini37 |
Submission Time | 2025-01-20 17:01:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:20: error: expected primary-expression before ‘<<’ token
7 | std::cin << a, << b;
| ^~
exam.cpp:7:23: error: ‘b’ was not declared in this scope
7 | std::cin << a, << b;
| ^