记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:6:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d",&n);
          ^
/in/foo.c:9:11: warning: integer constant is too large for its type
  if(total%166798809782010000000000==0)
           ^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:10:15: warning: integer constant is too large for its type
  {time+=total/166798809782010000000000;
               ^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:11:16: warning: integer constant is too large for its type
   total-=total%166798809782010000000000*166798809782010000000000;}
                ^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:11:41: warning: integer constant is too large for its type
   total-=total%166798809782010000000000*166798809782010000000000;}
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 232.0 KiB
#2 Wrong Answer 2ms 228.0 KiB

信息

递交者
类型
递交
题目
P1186 人生苦短
语言
C
递交时间
2023-09-13 16:00:26
评测时间
2023-09-13 16:01:12
评测机
分数
50
总耗时
3ms
峰值内存
232.0 KiB