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