/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if(l==1)break;i=n/(l-1);l=n/(i+1)+1;r=n/i;}
 ^~
/in/foo.cc:5:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if(l==1)break;i=n/(l-1);l=n/(i+1)+1;r=n/i;}
               ^
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Wrong Answer 3ms 352.0 KiB
#4 Wrong Answer 7ms 256.0 KiB
#5 Wrong Answer 17ms 384.0 KiB
#6 Accepted 1ms 372.0 KiB
#7 Accepted 3ms 256.0 KiB
#8 Accepted 1ms 356.0 KiB
#9 Wrong Answer 142ms 368.0 KiB
#10 Wrong Answer 367ms 344.0 KiB

信息

递交者
类型
递交
题目
P1214 伤心的AsukaNoKaze
语言
C++
递交时间
2017-09-03 13:53:56
评测时间
2017-09-03 13:53:56
评测机
分数
45
总耗时
548ms
峰值内存
384.0 KiB