/ Vijos /

记录详情

Accepted

/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;  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;  return 3;
                             ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 312.0 KiB
#2 Accepted 5ms 464.0 KiB
#3 Accepted 10ms 1.363 MiB
#4 Accepted 4ms 588.0 KiB
#5 Accepted 32ms 10.062 MiB
#6 Accepted 47ms 13.059 MiB
#7 Accepted 45ms 11.0 MiB
#8 Accepted 238ms 16.059 MiB
#9 Accepted 287ms 19.562 MiB
#10 Accepted 281ms 21.43 MiB

信息

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