Accepted
foo.cc: In function 'void dfs(int, int)': foo.cc:8:9: warning: unused variable 'i' [-Wunused-variable] 8 | int i,nx,ny; | ^ foo.cc: In function 'int main()': foo.cc:26:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 26 | for(int i=1;i<=n;i++) | ^~~ foo.cc:32:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 32 | cout<<21780; | ^~~~
正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1035 飞越危险的小行星群
- 语言
- C++
- 递交时间
- 2023-07-23 20:10:52
- 评测时间
- 2023-07-23 20:10:52
- 评测机
- 分数
- 100
- 总耗时
- 4ms
- 峰值内存
- 412.0 KiB