Compile Error
foo.cpp: In function 'int main()':
foo.cpp:6:20: error: 'a' was not declared in this scope
  scanf("%d%d%d%d",&a,&b,&c,&d);
                    ^
foo.cpp:6:23: error: 'b' was not declared in this scope
  scanf("%d%d%d%d",&a,&b,&c,&d);
                       ^
foo.cpp:6:26: error: 'c' was not declared in this scope
  scanf("%d%d%d%d",&a,&b,&c,&d);
                          ^
foo.cpp:6:29: error: 'd' was not declared in this scope
  scanf("%d%d%d%d",&a,&b,&c,&d);
                             ^
foo.cpp:6:31: error: expected '}' at end of input
  scanf("%d%d%d%d",&a,&b,&c,&d);
                               ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1433 火炬手之梦
 - 语言
 - C++
 - 递交时间
 - 2014-07-21 11:19:42
 - 评测时间
 - 2014-07-21 11:19:43
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes