/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:10:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   10 |     else printf("%d00000000\n", f[x2][y2]);
      |                  ~^             ~~~~~~~~~
      |                   |                  |
      |                   int                long long int
      |                  %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 2ms 284.0 KiB
#5 Wrong Answer Read 7660006800000000, expect 3323759302857476.... 2ms 412.0 KiB

信息

递交者
类型
递交
题目
P1187 兵分N路
语言
C
递交时间
2023-07-06 13:51:29
评测时间
2023-07-06 13:51:30
评测机
分数
80
总耗时
10ms
峰值内存
412.0 KiB