Compile Error
/in/foo.cc:4:1: error: specializing member 'std::basic_ios<char>::sync_with_stdio' requires 'template<>' syntax ios::sync_with_stdio(false);//关闭同步流,使使用流输入输出时不用将流存入缓存再读取,让流的效率接近标准io ^~~ /in/foo.cc: In function 'int main()': /in/foo.cc:20:31: warning: left operand of comma operator has no effect [-Wunused-value] for(i=1;i<=n-1;i++) a[i+1]>=a[i],d=d+1;//特判:1~3组数据 ~~~~~~^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 序列最大区间和
- 语言
- C++
- 递交时间
- 2019-08-19 00:29:59
- 评测时间
- 2019-08-19 00:29:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes