/ Vijos /

记录详情

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);
                             ^

信息

递交者
类型
递交
题目
P1433 火炬手之梦
语言
C++
递交时间
2014-07-21 11:24:43
评测时间
2014-07-21 11:24:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes