/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int G(char)':
/in/foo.cc:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(c == 'E') return 0;  if(c == 'S') return 1;
     ^~
/in/foo.cc:28:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(c == 'E') return 0;  if(c == 'S') return 1;
                             ^~
/in/foo.cc:29:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(c == 'W') return 2;  if(c == 'N') return 3;
     ^~
/in/foo.cc:29:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(c == 'W') return 2;  if(c == 'N') return 3;
                             ^~
/in/foo.cc:30:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 2.301 MiB
#2 Wrong Answer 2ms 2.426 MiB
#3 Wrong Answer 11ms 3.285 MiB
#4 Wrong Answer 4ms 656.0 KiB
#5 Wrong Answer 24ms 10.258 MiB
#6 Wrong Answer 41ms 13.062 MiB
#7 Wrong Answer 42ms 12.137 MiB
#8 Wrong Answer 253ms 16.055 MiB
#9 Wrong Answer 299ms 20.195 MiB
#10 Wrong Answer 289ms 21.34 MiB

信息

递交者
类型
递交
题目
P1951 玄武密码
语言
C++
递交时间
2019-03-01 13:06:50
评测时间
2019-03-01 13:06:50
评测机
分数
10
总耗时
972ms
峰值内存
21.34 MiB