Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:11:13: error: 'x' was not declared in this scope int a=x/100; ^ /in/foo.cc:22:11: error: 'x' was not declared in this scope int a1=x/1000; ^ /in/foo.cc:34:11: error: 'x' was not declared in this scope int a2=x/10000; ^ /in/foo.cc:47:11: error: 'x' was not declared in this scope int a3=x/100000; ^ /in/foo.cc:61:11: error: 'x' was not declared in this scope int a4=x/1000000; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1752 阿姆斯特朗数
- 语言
- C++
- 递交时间
- 2021-05-25 18:23:01
- 评测时间
- 2021-05-25 18:23:01
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes