Time Exceeded

foo.cc: In function 'int main(int, const char**)':
foo.cc:6:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  freopen("data.in","r",stdin);
  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:7:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  freopen("data.out","w",stdout);
  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:11:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&val),mp[val]++;
   ~~~~~~~~~~~~~~~~^~~~~~~~~~
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1418ms ≥384.0 KiB
#2 Time Exceeded ≥1418ms ≥368.0 KiB
#3 Time Exceeded ≥1450ms ≥384.0 KiB
#4 Time Exceeded ≥1450ms ≥352.0 KiB
#5 Time Exceeded ≥1456ms ≥364.0 KiB
#6 Time Exceeded ≥1457ms ≥344.0 KiB
#7 Time Exceeded ≥1776ms ≥352.0 KiB
#8 Wrong Answer 0a1,8881 > 1 20 > 6 18 > 12 1ms 384.0 KiB
#9 Wrong Answer 0a1,8876 > 4 18 > 8 23 > 13 1ms 384.0 KiB
#10 Wrong Answer 0a1 > 150000000 1 1ms 428.0 KiB

信息

递交者
类型
递交
题目
P1015 统计数字
语言
C++
递交时间
2021-09-22 11:40:35
评测时间
2021-09-22 11:40:35
评测机
分数
0
总耗时
≥10435ms
峰值内存
≥428.0 KiB