| Problem | findingpavement |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-24 16:57:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:16:2: error: ‘a’ was not declared in this scope
16 | a=i;
| ^
findingpavement.cpp:17:2: error: ‘b’ was not declared in this scope
17 | b=j;
| ^
findingpavement.cpp:21:8: error: ‘a’ was not declared in this scope
21 | cout<< a+1 << ' '<< b+1 <<'\n';
| ^
findingpavement.cpp:21:21: error: ‘b’ was not declared in this scope
21 | cout<< a+1 << ' '<< b+1 <<'\n';
| ^