Compile Error
foo.cc: In function 'int main()': foo.cc:47:2: error: expected ';' before 'for' for(int i=1;i<=cnt;i++) ^~~ foo.cc:46:5: warning: statement has no effect [-Wunused-value] q[h] ~~~^ foo.cc:47:14: error: 'i' was not declared in this scope for(int i=1;i<=cnt;i++) ^ foo.cc:45:11: warning: unused variable 't' [-Wunused-variable] int h=0, t=1; ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- 土地购买
- 语言
- C++
- 递交时间
- 2021-03-29 20:20:34
- 评测时间
- 2021-03-29 20:20:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes