Compile Error
foo.cpp: In function 'int main()':
foo.cpp:16:21: error: 'n' was not declared in this scope
  scanf("%d%d%d%d", &n, &m, &k, &x);
                     ^
foo.cpp:16:25: error: 'm' was not declared in this scope
  scanf("%d%d%d%d", &n, &m, &k, &x);
                         ^
foo.cpp:16:29: error: 'k' was not declared in this scope
  scanf("%d%d%d%d", &n, &m, &k, &x);
                             ^
foo.cpp:16:33: error: 'x' was not declared in this scope
  scanf("%d%d%d%d", &n, &m, &k, &x);
                                 ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1841 转圈游戏
- 语言
- C++
- 递交时间
- 2016-08-25 10:01:27
- 评测时间
- 2016-08-25 10:36:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes