Problem | exam |
---|---|
User | noel |
Submission Time | 2024-06-18 10:56:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:18: error: expected primary-expression before ‘>=’ token
6 | if (a + b <= 9, >= 0){
| ^~
exam.cpp:7:9: error: ‘number’ was not declared in this scope
7 | cout << number;
| ^~~~~~