/ Vijos /

记录详情

Accepted

foo.cc: In function 'void bfs()':
foo.cc:31:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
              for(int i = 0; i < top.vec.size(); i++){
                             ~~^~~~~~~~~~~~~~~~
foo.cc:41:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int i = 1; i <= n; i++)
         ^~~
foo.cc:46:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             if(!cnt)
             ^~

自豪地采用[jd5](https://github.com/masnn/jd5)进行评测
# 状态 耗时 内存占用
#1 Accepted 3ms 328.0 KiB
#2 Accepted 2ms 232.0 KiB
#3 Accepted 2ms 2.121 MiB
#4 Accepted 2ms 232.0 KiB
#5 Accepted 2ms 2.121 MiB

信息

递交者
类型
递交
题目
P1105 神经网络
语言
C++
递交时间
2019-11-28 17:59:09
评测时间
2019-11-28 17:59:09
评测机
分数
100
总耗时
11ms
峰值内存
2.121 MiB