/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void bfs()':
/in/foo.cc:26:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i = 0; i < s[now].size(); ++i){
                  ~~^~~~~~~~~~~~~~~
/in/foo.cc:24:7: warning: unused variable 'cnt' [-Wunused-variable]
   int cnt = 0;
       ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:52:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < ans.size(); ++i){
                 ~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 332.0 KiB
#2 Wrong Answer 1ms 316.0 KiB
#3 Accepted 1ms 316.0 KiB
#4 Accepted 1ms 204.0 KiB
#5 Accepted 1ms 312.0 KiB

信息

递交者
类型
递交
题目
P1105 神经网络
语言
C++
递交时间
2018-11-06 17:15:21
评测时间
2018-11-06 17:15:21
评测机
分数
80
总耗时
8ms
峰值内存
332.0 KiB