记录详情

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 2ms 760.0 KiB
#2 Accepted 2ms 760.0 KiB
#3 Accepted 3ms 760.0 KiB
#4 Accepted 3ms 760.0 KiB
#5 Accepted 5ms 888.0 KiB
#6 Accepted 4ms 888.0 KiB
#7 Accepted 40ms 1.605 MiB
#8 Accepted 42ms 1.676 MiB
#9 Accepted 107ms 4.043 MiB
#10 Wrong Answer Read '9', expect '7'. 105ms 3.953 MiB
您没有权限查看该代码,完成本题后再来查看

信息

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