Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:4: error: 'intx' was not declared in this scope intx,y,z; ^~~~ /in/foo.cc:7:9: error: 'y' was not declared in this scope intx,y,z; ^ /in/foo.cc:7:11: error: 'z' was not declared in this scope intx,y,z; ^ /in/foo.cc:9:9: error: 'x' was not declared in this scope cin>>x>>y>>z; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1004 求一个整数的各位数字之和。
- 语言
- C++
- 递交时间
- 2021-10-31 16:59:46
- 评测时间
- 2021-10-31 16:59:46
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes