Wrong Answer
/in/foo.c: In function 'main':
/in/foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d %d", &a, &b);
          ^
/in/foo.c:5:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
  scanf("%d %d", &a, &b);
             ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1491 D. 梅开二度
 - 比赛
 - 2023年新生赛(第三场)
 - 语言
 - C
 - 递交时间
 - 2023-09-09 18:38:48
 - 评测时间
 - 2023-09-09 19:19:36
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 10ms
 - 峰值内存
 - 304.0 KiB