/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void dfs(int, int, int)':
/in/foo.cc:30:30: error: 's' was not declared in this scope
             dfs(px,py,now+1);s
                              ^
/in/foo.cc:26:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
          if(map[px][py]=='*'||(map[px][py]=='D'&&now==t-1))
          ^~
/in/foo.cc:33:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
           if(flag) 
           ^~

信息

递交者
类型
递交
题目
P1656 萌萌赶考
语言
C++
递交时间
2020-11-01 17:02:49
评测时间
2020-11-01 17:02:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes