记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:9:18: warning: integer constant is too large for its type
    9 |         if(total%166798809782010000000000==0)
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:10:22: warning: integer constant is too large for its type
   10 |         {time+=total/166798809782010000000000;
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:11:23: warning: integer constant is too large for its type
   11 |          total-=total%166798809782010000000000*166798809782010000000000;}
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:11:48: warning: integer constant is too large for its type
   11 |          total-=total%166798809782010000000000*166798809782010000000000;}
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB
#2 Wrong Answer Read 0, expect 999950. 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1186 人生苦短
语言
C
递交时间
2023-09-13 15:59:42
评测时间
2023-09-13 15:59:42
评测机
分数
50
总耗时
4ms
峰值内存
284.0 KiB