记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:4:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    4 |  freopen("callatz.in","r",stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:5:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    5 |  freopen("callatz.out","w",stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
Found 10 testcases.
# 状态 耗时 内存占用
#1 Accepted 2ms 376.0 KiB
#2 Accepted 2ms 376.0 KiB
#3 Accepted 2ms 388.0 KiB
#4 Accepted 1ms 376.0 KiB
#5 Accepted 1ms 376.0 KiB
#6 Accepted 2ms 376.0 KiB
#7 Accepted 2ms 376.0 KiB
#8 Accepted 1ms 376.0 KiB
#9 Accepted 1ms 376.0 KiB
#10 Accepted 1ms 376.0 KiB
您没有权限查看该代码,完成本题后再来查看

信息

递交者
类型
挑战模式
码字时长
74.105 秒
平均速度
0.0 字/秒
题目
P5953 [2022合肥高新区小学组] 卡拉兹猜想
语言
C++14
递交时间
2023-08-15 20:59:02
评测时间
2023-08-15 20:59:02
评测机
分数
100
总耗时
19ms
峰值内存
388.0 KiB