/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int G(char)':
/in/foo.cc:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(c == 'E') return 0;  if(c == 'S') return 1;
     ^~
/in/foo.cc:11: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:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(c == 'W') return 2;  return 3;
     ^~
/in/foo.cc:12: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 1ms 532.0 KiB
#2 Accepted 2ms 700.0 KiB
#3 Accepted 16ms 1.398 MiB
#4 Accepted 10ms 692.0 KiB
#5 Accepted 24ms 10.121 MiB
#6 Accepted 39ms 13.059 MiB
#7 Accepted 46ms 11.0 MiB
#8 Accepted 239ms 16.059 MiB
#9 Accepted 266ms 19.562 MiB
#10 Accepted 285ms 21.391 MiB

信息

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