/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:9:4: error: 'i' was not declared in this scope
  s[i][j]=0;
    ^
/in/foo.cc:9:7: error: 'j' was not declared in this scope
  s[i][j]=0;
       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:22:16: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int' [-Wformat=]
    scanf("%c",a);
                ^

信息

递交者
类型
自测
题目
P1294 拯救OIBH总部
语言
C++
递交时间
2018-09-18 18:39:13
评测时间
2018-09-18 18:39:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes