Runtime Error
/in/foo.c: In function 'main':
/in/foo.c:24:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  printf("%d",cnt*2%k);
           ^
/in/foo.c:24:17: warning: 'cnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",cnt*2%k);
              ~~~^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1303 G. Mathforces
 - 比赛
 - 南京师范大学2021年11月程序设计竞赛
 - 语言
 - C
 - 递交时间
 - 2021-11-21 17:18:54
 - 评测时间
 - 2021-11-21 17:18:54
 - 评测机
 
- 分数
 - 15
 - 总耗时
 - 31ms
 - 峰值内存
 - 364.0 KiB