Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d", &n);
                   ^
/in/foo.cc:16:37: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
         scanf("%d %d %d", &a, &b, &k);
                                     ^
/in/foo.cc:34:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d\n", dist[1][i]);
                                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1391 想越狱的小杉
 - 语言
 - C++
 - 递交时间
 - 2018-09-16 19:43:38
 - 评测时间
 - 2018-09-16 19:43:38
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 656ms
 - 峰值内存
 - 30.625 MiB