Compile Error
foo.cc:8:2: error: expected ‘;’ after struct definition
8 | }[1005];
| ^
| ;
foo.cc:8:2: error: expected unqualified-id before ‘[’ token
foo.cc: In function ‘void dfs(int, int)’:
foo.cc:13:13: error: ‘a’ was not declared in this scope
13 | dfs(a[u].l,dep+1);
| ^
foo.cc: In function ‘int main()’:
foo.cc:22:22: error: ‘a’ was not declared in this scope
22 | cin>>a[i].l>>a[i].r;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P3095 天空之城的树 pta202311T3
- 语言
- C++
- 递交时间
- 2026-05-01 10:00:34
- 评测时间
- 2026-05-01 10:00:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes