/ Vijos /

记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:8:16: warning: statement with no effect [-Wunused-value]
  for (i=0;i<n;i+1){
               ~^~
foo.c:13:11: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
  printf("%f",S);
          ~^
          %d
foo.c:11:9: warning: variable 'A' set but not used [-Wunused-but-set-variable]
  double A=0;
         ^
foo.c:4:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&N);
  ^~~~~~~~~~~~~~
foo.c:9:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&a[i]);
  ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1436ms ≥256.0 KiB
#2 Time Exceeded ≥1440ms ≥216.0 KiB
#3 Time Exceeded ≥1458ms ≥256.0 KiB
#4 Time Exceeded ≥1455ms ≥256.0 KiB
#5 Time Exceeded ≥1420ms ≥216.0 KiB
#6 Time Exceeded ≥1424ms ≥236.0 KiB
#7 Time Exceeded ≥1451ms ≥256.0 KiB
#8 Time Exceeded ≥1449ms ≥220.0 KiB
#9 Time Exceeded ≥1461ms ≥280.0 KiB
#10 Time Exceeded ≥1469ms ≥196.0 KiB

信息

递交者
类型
递交
题目
P1742 数据统计
语言
C
递交时间
2021-09-29 08:13:23
评测时间
2021-09-29 08:13:23
评测机
分数
0
总耗时
≥14470ms
峰值内存
≥280.0 KiB