记录详情

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 760.0 KiB
#2 Accepted 4ms 784.0 KiB
#3 Accepted 3ms 760.0 KiB
#4 Accepted 3ms 884.0 KiB
#5 Accepted 6ms 904.0 KiB
#6 Accepted 4ms 888.0 KiB
#7 Accepted 44ms 1.633 MiB
#8 Accepted 40ms 1.621 MiB
#9 Wrong Answer Read '5', expect '0'. 104ms 4.027 MiB
#10 Wrong Answer Read '9', expect '7'. 104ms 3.949 MiB
您没有权限查看该代码,完成本题后再来查看

信息

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