/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i-d<0)x1=0;if(j-d<0)y1=0;
   ^~
/in/foo.cc:22:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i-d<0)x1=0;if(j-d<0)y1=0;
                 ^~
/in/foo.cc:23:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i+d>128)x2=128;if(j+d>128)y2=128;
   ^~
/in/foo.cc:23:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i+d>128)x2=128;if(j+d>128)y2=128;
                     ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 5ms 384.0 KiB
#5 Accepted 6ms 340.0 KiB
#6 Accepted 21ms 352.0 KiB
#7 Accepted 8ms 376.0 KiB
#8 Accepted 6ms 336.0 KiB
#9 Accepted 7ms 368.0 KiB
#10 Accepted 7ms 384.0 KiB

信息

递交者
类型
递交
题目
P1908 无线网络发射器选址
语言
C++
递交时间
2018-09-26 19:22:46
评测时间
2018-09-26 19:22:46
评测机
分数
100
总耗时
75ms
峰值内存
384.0 KiB