Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:28:3: error: expected ';' before 'for' for(int j=i+1;j<=min(n,i+T);++j) ans=min(ans,calc(i,j)); ^~~ /in/foo.cc:28:17: error: 'j' was not declared in this scope for(int j=i+1;j<=min(n,i+T);++j) ans=min(ans,calc(i,j)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1012 清帝之惑之雍正
- 语言
- C++
- 递交时间
- 2023-11-08 09:11:36
- 评测时间
- 2023-11-08 09:11:36
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes