记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    6 |  freopen("b.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]
    7 |  freopen("b.out","w",stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:18:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   18 |   scanf("%lld",&t);
      |   ~~~~~^~~~~~~~~~~
Found 10 testcases.
# 状态 耗时 内存占用
#1 Accepted 4ms 856.0 KiB
#2 Accepted 4ms 800.0 KiB
#3 Accepted 3ms 760.0 KiB
#4 Accepted 2ms 760.0 KiB
#5 Accepted 6ms 888.0 KiB
#6 Accepted 6ms 892.0 KiB
#7 Accepted 39ms 1.676 MiB
#8 Accepted 38ms 1.656 MiB
#9 Wrong Answer Read '5', expect '0'. 102ms 4.004 MiB
#10 Wrong Answer Read '9', expect '7'. 105ms 3.973 MiB
您没有权限查看该代码,完成本题后再来查看

信息

递交者
类型
递交模式
题目
P6852 立方根 (b)
语言
C++14
递交时间
2024-04-21 12:30:31
评测时间
2024-04-21 12:30:31
评测机
分数
80
总耗时
312ms
峰值内存
4.004 MiB