记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:6:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d",&n);
         ~^  ~~
         %lld
foo.c:7:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d",&x);
         ~^  ~~
         %lld
foo.c:12:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
   scanf("%d",&x1);
          ~^  ~~~
          %lld
foo.c:13:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d",x1);
           ~^
           %lld
foo.c:17:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",x);
          ~^
          %lld
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&x);
  ^~~~~~~~~~~~~~
foo.c:12:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x1);
   ^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1310ms ≥348.0 KiB
#2 Time Exceeded ≥10428ms ≥16.016 MiB

信息

递交者
类型
递交
题目
1-3 序列循环左移
比赛
2021(四) 作业第一场:秀肌肉
语言
C
递交时间
2021-09-30 11:03:06
评测时间
2021-09-30 11:03:06
评测机
分数
0
总耗时
≥11739ms
峰值内存
≥16.016 MiB