Problem findingpavement
User yq
Submission Time 2026-06-24 23:25:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:4:29: error: expected ‘;’ before ‘int’
4 | ios::sync_with_stdio(false)
| ^
| ;
5 | int H, W;
| ~~~
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;
| ^