/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void Check(db, db, db, db, int, int)':
/in/foo.cc:24:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (!uk[t1]) uk[t1]=++CNT; if (t1==St) st=uk[t1];
  ^~
/in/foo.cc:24:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (!uk[t1]) uk[t1]=++CNT; if (t1==St) st=uk[t1];
                             ^~
/in/foo.cc:25:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (!uk[t2]) uk[t2]=++CNT; if (t2==Ed) ed=uk[t2];
  ^~
/in/foo.cc:25:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (!uk[t2]) uk[t2]=++CNT; if (t2==Ed) ed=uk[t2];
                             ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 352.0 KiB
#2 Accepted 1ms 344.0 KiB
#3 Accepted 1ms 228.0 KiB
#4 Accepted 1ms 344.0 KiB
#5 Wrong Answer 2ms 356.0 KiB
#6 Accepted 1ms 348.0 KiB

信息

递交者
类型
递交
题目
P1013 强墙
语言
C++
递交时间
2020-04-18 12:07:38
评测时间
2020-04-18 12:07:38
评测机
分数
50
总耗时
12ms
峰值内存
356.0 KiB