/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i = 1; i <= n; i++) 
  ^~~
/in/foo.cc:22:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(int j = 1; j <= k / 2; j++) 
   ^~~
/in/foo.cc:23:14: error: 'i' was not declared in this scope
    fa[father(i + j - 1)] = father(i + k - j);
              ^

信息

递交者
类型
递交
题目
P1789 String
语言
C++
递交时间
2017-10-24 21:24:58
评测时间
2017-10-24 21:24:58
评测机
分数
0
总耗时
156ms
峰值内存
14.977 MiB