记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:18:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d", &N);
         ~^   ~~
         %lld
foo.c:21:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[20]' [-Wformat=]
   scanf("%s %d %d %c %c %d", &stu[i].name,&stu[i].score,&stu[i].cla,&stu[i].leader,&stu[i].west,&stu[i].paper);
          ~^                  ~~~~~~~~~~~~
foo.c:18:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &N);
  ^~~~~~~~~~~~~~~
foo.c:21:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s %d %d %c %c %d", &stu[i].name,&stu[i].score,&stu[i].cla,&stu[i].leader,&stu[i].west,&stu[i].paper);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1454ms ≥256.0 KiB
#2 Time Exceeded ≥1452ms ≥256.0 KiB
#3 Time Exceeded ≥1458ms ≥256.0 KiB
#4 Time Exceeded ≥1457ms ≥240.0 KiB
#5 Time Exceeded ≥1461ms ≥256.0 KiB
#6 Time Exceeded ≥1463ms ≥256.0 KiB
#7 Time Exceeded ≥1452ms ≥256.0 KiB
#8 Time Exceeded ≥1450ms ≥212.0 KiB
#9 Time Exceeded ≥1440ms ≥200.0 KiB
#10 Time Exceeded ≥1455ms ≥216.0 KiB

信息

递交者
类型
递交
语言
C
递交时间
2021-08-15 11:41:13
评测时间
2021-08-15 11:41:13
评测机
分数
0
总耗时
≥14547ms
峰值内存
≥256.0 KiB