/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int merge(int, int)':
/in/foo.cc:10:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!x||!y)return x^y;down(x);down(y);
  ^~
/in/foo.cc:10:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!x||!y)return x^y;down(x);down(y);
                       ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 2.219 MiB
#2 Accepted 2ms 2.211 MiB
#3 Accepted 2ms 2.223 MiB
#4 Accepted 2ms 2.211 MiB
#5 Accepted 2ms 2.223 MiB

信息

递交者
类型
递交
题目
P1604 任务调度问题
语言
C++
递交时间
2020-04-01 16:19:42
评测时间
2020-04-01 16:19:42
评测机
分数
100
总耗时
13ms
峰值内存
2.223 MiB