/ 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 3ms 256.0 KiB
#2 Accepted 3ms 352.0 KiB
#3 Wrong Answer 3ms 356.0 KiB
#4 Wrong Answer 9ms 256.0 KiB
#5 Wrong Answer 17ms 256.0 KiB
#6 Accepted 2ms 336.0 KiB
#7 Accepted 5ms 384.0 KiB
#8 Accepted 3ms 352.0 KiB
#9 Wrong Answer 136ms 340.0 KiB
#10 Wrong Answer 366ms 336.0 KiB

信息

递交者
类型
递交
题目
P1214 伤心的AsukaNoKaze
语言
C++
递交时间
2017-07-12 22:53:35
评测时间
2017-07-12 22:53:35
评测机
分数
45
总耗时
550ms
峰值内存
384.0 KiB