Compile Error
foo.cpp: In function 'int main()': foo.cpp:12:3: error: 'cs' was not declared in this scope cs++; ^ foo.cpp:17:3: error: 'bs' was not declared in this scope bs=bs*10%cs; ^ foo.cpp:17:12: error: 'cs' was not declared in this scope bs=bs*10%cs; ^ foo.cpp:21:3: error: 'bs' was not declared in this scope bs=bs*(1000%cs)%cs; ^ foo.cpp:21:15: error: 'cs' was not declared in this scope bs=bs*(1000%cs)%cs; ^ foo.cpp:23:11: error: 'bs' was not declared in this scope cout<<(x+bs*m)%n; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1841 转圈游戏
- 语言
- C++
- 递交时间
- 2016-09-12 20:39:43
- 评测时间
- 2016-09-12 20:39:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes