/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'char Col::getcol()':
/in/foo.cc:26:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(R==0&&B==0&&G==0) return 'K';if(R==0&&B==0&&G==1) return 'G';
   ^~
/in/foo.cc:26:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(R==0&&B==0&&G==0) return 'K';if(R==0&&B==0&&G==1) return 'G';
                                   ^~
/in/foo.cc:27:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(R==0&&B==1&&G==0) return 'B';if(R==0&&B==1&&G==1) return 'C';
   ^~
/in/foo.cc:27:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(R==0&&B==1&&G==0) return 'B';if(R==0&&B==1&&G==1) return 'C';
                                   ^~
/in/foo.cc:28:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(R==1&&B==0&&G==0) return 'R';if(R==1&&B==0&&G==1) return 'Y';
   ^~
/in/foo.cc:28:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(R==1&&B==0&&G==0) return 'R';if(R==1&&B==0&&G==1) return 'Y';
                                   ^~
/in/foo.cc:29:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(R==1&&B==1&&G==0) return 'P';if(R==1&&B==1&&G==1) return 'W';
   ^~
/in/foo.cc:29:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(R==1&&B==1&&G==0) return 'P';if(R==1&&B==1&&G==1) return 'W';
                                   ^~
# 状态 耗时 内存占用
#1 Accepted 235ms 41.816 MiB
#2 Accepted 228ms 41.562 MiB
#3 Accepted 233ms 41.574 MiB
#4 Accepted 237ms 41.551 MiB
#5 Accepted 233ms 41.594 MiB
#6 Accepted 241ms 41.555 MiB
#7 Accepted 236ms 41.543 MiB
#8 Accepted 231ms 41.59 MiB
#9 Accepted 34ms 36.383 MiB
#10 Accepted 34ms 36.426 MiB
#11 Accepted 33ms 36.484 MiB
#12 Accepted 33ms 36.371 MiB
#13 Accepted 34ms 36.492 MiB
#14 Accepted 233ms 41.559 MiB
#15 Accepted 232ms 41.598 MiB
#16 Accepted 235ms 41.496 MiB
#17 Accepted 231ms 41.496 MiB
#18 Accepted 227ms 41.5 MiB
#19 Accepted 231ms 41.562 MiB
#20 Accepted 233ms 41.621 MiB

信息

递交者
类型
递交
题目
P1963 彩色立体图
语言
C++
递交时间
2021-07-22 07:51:52
评测时间
2021-07-22 07:51:52
评测机
分数
100
总耗时
3674ms
峰值内存
41.816 MiB