Accepted
/in/foo.c: In function 'main':
/in/foo.c:9:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d",n-k);
            ^
/in/foo.c:13:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d",k);
            ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1519 琉金之章
 - 语言
 - C
 - 递交时间
 - 2023-10-13 19:25:02
 - 评测时间
 - 2023-10-13 19:25:02
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 1ms
 - 峰值内存
 - 360.0 KiB