Problem duckwander
User FreedomhawksBANANAA
Submission Time 2023-03-28 21:59:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwander.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
duckwander.cpp: In function ‘int main()’:
duckwander.cpp:4:3: error: ‘ios_base’ has not been declared
4 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
duckwander.cpp:5:3: error: ‘cin’ was not declared in this scope
5 | cin.tie(0);
| ^~~
duckwander.cpp:12:5: error: ‘string’ was not declared in this scope
12 | string direction;
| ^~~~~~
duckwander.cpp:14:12: error: ‘direction’ was not declared in this scope
14 | cin >> direction >> distance;
| ^~~~~~~~~
duckwander.cpp:25:3: error: ‘cout’ was not declared in this scope
25 | cout << x << " " << y << '\n';
| ^~~~