/ WHOJ /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:15:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   15 |  printf("%d\n",ans);
      |          ~^    ~~~
      |           |    |
      |           int  long long int
      |          %lld
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    8 |  scanf("%d",&n);
      |  ~~~~~^~~~~~~~~
foo.cc:10:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |   scanf("%lld",&a[i]);
      |   ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
Found 1 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1098ms ≥1.117 MiB

信息

递交者
类型
递交
题目
P1453 数对统计
题目数据
下载
语言
C++
递交时间
2022-08-03 17:51:09
评测时间
2022-08-03 17:51:09
评测机
分数
0
总耗时
≥1098ms
峰值内存
≥1.117 MiB