| Problem | wronganswer |
|---|---|
| User | Hatrix |
| Submission Time | 2026-05-15 20:36:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
wronganswer.cpp: In function ‘int main()’:
wronganswer.cpp:9:8: error: expected initializer before ‘<=’ token
9 | int a <= 9; int b <= 9;
| ^~
wronganswer.cpp:9:20: error: expected initializer before ‘<=’ token
9 | int a <= 9; int b <= 9;
| ^~
wronganswer.cpp:10:8: error: ‘a’ was not declared in this scope
10 | while(a+b) {
| ^
wronganswer.cpp:10:10: error: ‘b’ was not declared in this scope
10 | while(a+b) {
| ^
wronganswer.cpp:11:11: error: ‘ranint’ was not declared in this scope; did you mean ‘rint’?
11 | cout << ranint(0,9) != a+b;
| ^~~~~~
| rint