Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&c[i]);
                   ^
/in/foo.cc:56:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d\n",f[x][y]);
                        ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1036 过路费
 - 比赛
 - 20190420高一年级信息学奥赛模拟考(六)
 - 语言
 - C++
 - 递交时间
 - 2019-04-20 11:56:06
 - 评测时间
 - 2019-04-20 11:56:06
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 820ms
 - 峰值内存
 - 1.012 MiB