/ Vijos /

记录详情

Accepted

foo.cc: In function 'int get()':
foo.cc:28:1: warning: control reaches end of non-void function [-Wreturn-type]
   28 | }
      | ^
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]
 1066 |     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]
 1067 |     freopen("game.out","w",stdout);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 187ms 376.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 38ms 512.0 KiB
#4 Accepted 6ms 384.0 KiB
#5 Accepted 487ms 504.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Accepted 3ms 384.0 KiB
#8 Accepted 8ms 384.0 KiB
#9 Accepted 87ms 384.0 KiB
#10 Accepted 4ms 384.0 KiB

信息

递交者
类型
递交
题目
P1838 智慧珠游戏
语言
C++
递交时间
2021-12-30 21:04:44
评测时间
2021-12-30 22:01:06
评测机
分数
100
总耗时
830ms
峰值内存
512.0 KiB