/ Vijos /

记录详情

Accepted

foo.cc: In function 'int get()':
foo.cc:28:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
foo.cc: In function 'void openfile()':
foo.cc:1066:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     freopen("game.in","r",stdin);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:1067:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     freopen("game.out","w",stdout);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 160ms 396.0 KiB
#2 Accepted 3ms 436.0 KiB
#3 Accepted 19ms 420.0 KiB
#4 Accepted 6ms 420.0 KiB
#5 Accepted 354ms 424.0 KiB
#6 Accepted 3ms 396.0 KiB
#7 Accepted 3ms 428.0 KiB
#8 Accepted 9ms 428.0 KiB
#9 Accepted 80ms 436.0 KiB
#10 Accepted 4ms 424.0 KiB

信息

递交者
类型
递交
题目
P1838 智慧珠游戏
语言
C++
递交时间
2021-07-21 09:24:46
评测时间
2021-07-21 09:24:46
评测机
分数
100
总耗时
646ms
峰值内存
436.0 KiB