/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:48:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=1;i<=strlen(s1);i++){
               ~^~~~~~~~~~~~
/in/foo.cc:56:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (st1>n) st1-=n;if (st2>n) st2-=n;
   ^~
/in/foo.cc:56:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (st1>n) st1-=n;if (st2>n) st2-=n;
                     ^~
/in/foo.cc: In function 'int findst(int)':
/in/foo.cc:42:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 4ms 12.312 MiB
#2 Wrong Answer 14ms 12.301 MiB
#3 Wrong Answer 4ms 12.219 MiB
#4 Wrong Answer 8ms 12.332 MiB
#5 Wrong Answer 13ms 14.586 MiB
#6 Wrong Answer 35ms 25.316 MiB
#7 Wrong Answer 36ms 25.387 MiB
#8 Wrong Answer 36ms 25.316 MiB
#9 Wrong Answer 37ms 25.707 MiB
#10 Accepted 35ms 25.215 MiB

信息

递交者
类型
递交
题目
P1382 寻找主人
语言
C++
递交时间
2019-07-25 15:58:59
评测时间
2019-07-25 15:58:59
评测机
分数
20
总耗时
229ms
峰值内存
25.707 MiB