| Problem | findingpavement |
|---|---|
| User | estkn |
| Submission Time | 2026-01-17 12:57:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:2:15: error: ‘cin’ was not declared in this scope
2 | int H, W; cin >> H >> W;
| ^~~
findingpavement.cpp:6:13: error: ‘string’ was not declared in this scope
6 | string S; cin >> S;
| ^~~~~~
findingpavement.cpp:6:30: error: ‘S’ was not declared in this scope
6 | string S; cin >> S;
| ^
findingpavement.cpp:9:17: error: ‘cout’ was not declared in this scope
9 | cout << row << " " << col;
| ^~~~