/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void print(int)':
/in/foo.cc:81:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(sr[++C]=z[Z],--Z);sr[++C]='\n';
     ^~~~~
/in/foo.cc:81:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(sr[++C]=z[Z],--Z);sr[++C]='\n';
                             ^~
/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:100:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<stor[dp].size();i++)
               ~^~~~~~~~~~~~~~~~
/in/foo.cc:104:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (tmp==stor[dp].size())
      ~~~^~~~~~~~~~~~~~~~~
/in/foo.cc:110:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<stor[dp].size();i++)
               ~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:138:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0;i<a[x].size();i++)
                ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 232.0 KiB
#2 Accepted 1ms 2.215 MiB
#3 Accepted 1ms 2.227 MiB
#4 Accepted 1ms 224.0 KiB
#5 Accepted 1ms 228.0 KiB
#6 Wrong Answer 1ms 224.0 KiB
#7 Wrong Answer 1ms 2.227 MiB
#8 Wrong Answer 1ms 220.0 KiB
#9 Wrong Answer 1ms 232.0 KiB
#10 Wrong Answer 1ms 2.215 MiB

信息

递交者
类型
递交
题目
P1101 传染病防治
语言
C++
递交时间
2019-07-05 08:39:23
评测时间
2019-07-05 08:39:23
评测机
分数
40
总耗时
13ms
峰值内存
2.227 MiB