Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:28:34: error: incompatible types in assignment of 'int' to 'int [105][105]'
   ans += f[route[i]][route[i + 1]];
                                  ^
/in/foo.cc:29:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int (*)[105]' [-Wformat=]
  printf("%d\n",ans);
                   ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - Clear And Present Danger 寻宝之路
 - 语言
 - C++
 - 递交时间
 - 2017-09-09 15:29:06
 - 评测时间
 - 2017-09-09 15:29:07
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 217ms
 - 峰值内存
 - 27.484 MiB