/ WHOJ /

记录详情

Time Exceeded

foo.cc: In function 'void find(int)':
foo.cc:22:17: warning: left operand of comma operator has no effect [-Wunused-value]
   22 |   for(int j=1; j<=cnt,i*prime[j]<=n; j++)
      |                ~^~~~~
foo.cc: In function 'int main()':
foo.cc:32:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   32 |  freopen("fact.in","r",stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:33:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   33 |  freopen("fact.out","w",stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:34:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   34 |  scanf("%d",&t);
      |  ~~~~~^~~~~~~~~
foo.cc:38:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   38 |   scanf("%d",&n);
      |   ~~~~~^~~~~~~~~
正在同步测试数据,请稍后
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 13ms 768.0 KiB
#5 Accepted 27ms 760.0 KiB
#6 Accepted 13ms 768.0 KiB
#7 Time Exceeded ≥126ms ≥3.117 MiB
#8 Time Exceeded ≥113ms ≥3.492 MiB
#9 Time Exceeded ≥138ms ≥3.492 MiB
#10 Time Exceeded ≥103ms ≥3.117 MiB

信息

递交者
类型
递交
题目
P1459 阶乘质因数分解(文件IO)
题目数据
下载
语言
C++
递交时间
2022-08-04 16:20:53
评测时间
2022-08-04 21:44:42
评测机
分数
60
总耗时
≥544ms
峰值内存
≥3.492 MiB