| Problem | addition |
|---|---|
| User | napstaper |
| Submission Time | 2026-03-30 02:19:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:4:8: error: ‘a’ was not declared in this scope
4 | int fn(a, b) {
| ^
addition.cpp:4:11: error: ‘b’ was not declared in this scope
4 | int fn(a, b) {
| ^
addition.cpp:4:12: error: expression list treated as compound expression in initializer [-fpermissive]
4 | int fn(a, b) {
| ^