Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:21:26: error: 'F' was not declared in this scope
21 | vector<Sta> nums(F.sign);
| ^
/in/foo.cc: At global scope:
/in/foo.cc:51:5: error: expected unqualified-id before 'return'
51 | return 0;
| ^~~~~~
/in/foo.cc:52:1: error: expected declaration before '}' token
52 | }
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1024 体育游戏
- 语言
- C++
- 递交时间
- 2025-08-17 19:13:40
- 评测时间
- 2025-08-17 19:13:40
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes