Compile Error
foo.cc:2:20: error: expected ';' before 'int'
2 | using namespace std
| ^
| ;
3 |
4 | int main()
| ~~~
foo.cc: In function 'int main()':
foo.cc:7:30: error: expected ';' before '<' token
7 | for(int i=4,i<20190324,i++)
| ^
| ;
foo.cc:7:30: error: expected primary-expression before '<' token
foo.cc:7:43: error: expected ';' before ')' token
7 | for(int i=4,i<20190324,i++)
| ^
| ;
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1324 数列求值
- 语言
- C++
- 递交时间
- 2023-08-05 12:35:06
- 评测时间
- 2023-08-05 12:35:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes