Wrong Answer
foo.cc: In function ‘int dfs(int)’:
foo.cc:10:27: warning: pointer to a function used in arithmetic [-Wpointer-arith]
10 | f[x]+dfs[i];
| ^
foo.cc:10:21: warning: pointer to a function used in arithmetic [-Wpointer-arith]
10 | f[x]+dfs[i];
| ~~~~^~~~~~~
foo.cc:10:21: warning: statement has no effect [-Wunused-value]
信息
- 递交者
- 类型
- 递交
- 题目
- P2700 伯罗奔尼撒箭阵
- 语言
- C++
- 递交时间
- 2026-05-02 09:15:07
- 评测时间
- 2026-05-02 09:15:07
- 评测机
- 分数
- 0
- 总耗时
- 28ms
- 峰值内存
- 516.0 KiB