Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
   printf("%d",b.c[k+1-n][1]);
                            ^
/in/foo.cc:55:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
  printf("%d",b.c[1][1]);
                       ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1067 Warcraft III 守望者的烦恼
 - 语言
 - C++
 - 递交时间
 - 2020-10-06 20:51:57
 - 评测时间
 - 2020-10-06 20:51:57
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 15ms
 - 峰值内存
 - 232.0 KiB