Problem flybot
User carson
Submission Time 2025-05-21 17:32:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:13:2: error: ‘dq’ was not declared in this scope; did you mean ‘dp’?
13 | dq[0][0],dq[0][1],dq[1][0] = ".";
| ^~
| dp
flybot.cpp:16:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
16 | if(arr[i][j] == "."){
| ^~~