/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'char Col::getcol()':
/in/foo.cc:26:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   26 |                 if(R==0&&B==0&&G==0) return 'K';if(R==0&&B==0&&G==1) return 'G';
      |                 ^~
/in/foo.cc:26:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   26 |                 if(R==0&&B==0&&G==0) return 'K';if(R==0&&B==0&&G==1) return 'G';
      |                                                 ^~
/in/foo.cc:27:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   27 |                 if(R==0&&B==1&&G==0) return 'B';if(R==0&&B==1&&G==1) return 'C';
      |                 ^~
/in/foo.cc:27:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   27 |                 if(R==0&&B==1&&G==0) return 'B';if(R==0&&B==1&&G==1) return 'C';
      |                                                 ^~
/in/foo.cc:28:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   28 |                 if(R==1&&B==0&&G==0) return 'R';if(R==1&&B==0&&G==1) return 'Y';
      |                 ^~
/in/foo.cc:28:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   28 |                 if(R==1&&B==0&&G==0) return 'R';if(R==1&&B==0&&G==1) return 'Y';
      |                                                 ^~
/in/foo.cc:29:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   29 |                 if(R==1&&B==1&&G==0) return 'P';if(R==1&&B==1&&G==1) return 'W';
      |                 ^~
/in/foo.cc:29:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   29 |                 if(R==1&&B==1&&G==0) return 'P';if(R==1&&B==1&&G==1) return 'W';
      |                                                 ^~
# 状态 耗时 内存占用
#1 Accepted 312ms 41.695 MiB
#2 Accepted 306ms 41.633 MiB
#3 Accepted 225ms 41.754 MiB
#4 Accepted 230ms 41.707 MiB
#5 Accepted 226ms 41.766 MiB
#6 Accepted 233ms 41.73 MiB
#7 Accepted 264ms 41.672 MiB
#8 Accepted 269ms 41.762 MiB
#9 Accepted 39ms 36.617 MiB
#10 Accepted 37ms 36.609 MiB
#11 Accepted 38ms 36.613 MiB
#12 Accepted 33ms 36.602 MiB
#13 Accepted 32ms 36.602 MiB
#14 Accepted 244ms 41.727 MiB
#15 Accepted 240ms 41.746 MiB
#16 Accepted 228ms 41.664 MiB
#17 Accepted 224ms 41.648 MiB
#18 Accepted 220ms 41.656 MiB
#19 Accepted 225ms 41.711 MiB
#20 Accepted 222ms 41.707 MiB

信息

递交者
类型
递交
题目
P1963 彩色立体图
语言
C++
递交时间
2025-06-09 20:26:13
评测时间
2025-06-09 20:26:13
评测机
分数
100
总耗时
3856ms
峰值内存
41.766 MiB