Wrong Answer
/in/foo.cc: In function 'void qs(int, int)': /in/foo.cc:12:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(i<r) qs(i,r);if(l<j) qs(l,j); ^~ /in/foo.cc:12:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(i<r) qs(i,r);if(l<j) qs(l,j); ^~ /in/foo.cc: At global scope: /in/foo.cc:15:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main() { ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1945 排序
- 语言
- C++
- 递交时间
- 2017-10-12 15:54:39
- 评测时间
- 2017-10-12 15:54:39
- 评测机
- 分数
- 0
- 总耗时
- 64ms
- 峰值内存
- 384.0 KiB