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;} ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1214 伤心的AsukaNoKaze
- 语言
- C++
- 递交时间
- 2017-08-06 16:00:43
- 评测时间
- 2017-08-06 16:00:43
- 评测机
- 分数
- 45
- 总耗时
- 577ms
- 峰值内存
- 380.0 KiB