Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:6:7: error: 'n' was not declared in this scope cin>>n; ^ /in/foo.cc:13:2: error: expected ';' before '}' token } ^ /in/foo.cc:17:2: error: expected ';' before '}' token } ^ /in/foo.cc:5:12: warning: unused variable 'x' [-Wunused-variable] int a,b,c,x; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1013 水仙花数
- 语言
- C++
- 递交时间
- 2023-11-17 15:36:43
- 评测时间
- 2023-11-17 15:36:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes