Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:20: error: 'n\U0000ff1bi' was not declared in this scope
8 | for(i=1;i<=n;i++){
| ^~~~
/in/foo.cc:8:26: error: expected ';' before ')' token
8 | for(i=1;i<=n;i++){
| ^
| ;
/in/foo.cc:18:2: error: expected '}' at end of input
18 | }
| ^
/in/foo.cc:3:11: note: to match this '{'
3 | int main(){
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 谁拿了最多奖学金
- 语言
- C++
- 递交时间
- 2025-11-17 16:10:51
- 评测时间
- 2025-11-17 16:10:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes