/ WHOJ /

记录详情

Accepted

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 5ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 16ms 640.0 KiB
#5 Accepted 16ms 768.0 KiB
#6 Accepted 16ms 640.0 KiB
#7 Accepted 100ms 3.242 MiB
#8 Accepted 122ms 3.504 MiB
#9 Accepted 155ms 3.492 MiB
#10 Accepted 136ms 3.117 MiB

信息

递交者
类型
递交
题目
P1459 阶乘质因数分解(文件IO)
题目数据
下载
语言
C++
递交时间
2022-08-04 16:21:23
评测时间
2022-08-04 21:51:43
评测机
分数
100
总耗时
578ms
峰值内存
3.504 MiB