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

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:4:7: error: ‘sync_with_studio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
4 | ios::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;
| ^