Problem findingpavement
User Kyri
Submission Time 2026-02-25 17:00:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:6:33: error: expected ‘;’ before ‘cin’
6 | ios_base::sync_with_stdio(false)
| ^
| ;
7 | cin.tie(0);
| ~~~