Problem duckwander
User dieunq1309
Submission Time 2024-06-15 11:56:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwander.cpp: In function ‘int main()’:
duckwander.cpp:10:3: error: ‘str’ was not declared in this scope; did you mean ‘std’?
10 | str q; int t;
| ^~~
| std
duckwander.cpp:11:10: error: ‘q’ was not declared in this scope
11 | cin >> q >> t;
| ^