记录详情

Accepted

foo.cc: In function 'int cc()':
foo.cc:9:10: warning: unused variable 'o' [-Wunused-variable]
  int d=0,o=0;
          ^
foo.cc: In function 'int main()':
foo.cc:71:7: warning: unused variable 'step' [-Wunused-variable]
   int step=1;
       ^~~~
foo.cc:52:8: warning: variable 'aa' set but not used [-Wunused-but-set-variable]
  int T,aa,bb;
        ^~
foo.cc:52:11: warning: variable 'bb' set but not used [-Wunused-but-set-variable]
  int T,aa,bb;
           ^~
foo.cc: In function 'void dfs(int, int)':
foo.cc:22:8: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int x,y;
        ^

自豪的采用jd5进行评测(github.com/masnn/jd5)
# 状态 耗时 内存占用
#1 Accepted 72ms 264.0 KiB
#2 Accepted 5ms 256.0 KiB
#3 Accepted 23ms 296.0 KiB
#4 Accepted 38ms 256.0 KiB
#5 Accepted 6ms 256.0 KiB
#6 Accepted 25ms 256.0 KiB
#7 Accepted 105ms 256.0 KiB
#8 Accepted 18ms 256.0 KiB
#9 Accepted 487ms 256.0 KiB
#10 Accepted 19ms 304.0 KiB

信息

递交者
类型
递交
题目
P1008 骑士精神
语言
C++
递交时间
2020-02-08 22:46:12
评测时间
2020-02-08 22:46:12
评测机
分数
100
总耗时
798ms
峰值内存
304.0 KiB