Accepted

foo.cc: In function 'int gy(int, int)':
foo.cc:11:9: warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return imax;
         ^~~~
foo.cc: In function 'int main()':
foo.cc:4:6: warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int imax;
      ^~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 373ms 424.0 KiB

信息

递交者
类型
递交
题目
P1015 亲戚(relation)
语言
C++
递交时间
2021-04-08 18:05:20
评测时间
2021-04-08 18:05:20
评测机
分数
100
总耗时
381ms
峰值内存
424.0 KiB