| Problem | findingpavement |
|---|---|
| User | yq |
| Submission Time | 2026-06-24 23:25:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:4:12: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
4 | ios_base::sync_with_studio(false)
| ^~~~~~~~~~~~~~~~
findingpavement.cpp:6:7: error: ‘H’ was not declared in this scope
6 | cin>>H>>W;
| ^
findingpavement.cpp:6:10: error: ‘W’ was not declared in this scope
6 | cin>>H>>W;
| ^