/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main(int, char**)':
foo.cpp:30:19: error: 'system' was not declared in this scope
     system("pause");
                   ^
foo.cpp:16:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b,c,d,e;
        ^
foo.cpp:16:12: warning: unused variable 'd' [-Wunused-variable]
  int a,b,c,d,e;
            ^
foo.cpp:16:14: warning: unused variable 'e' [-Wunused-variable]
  int a,b,c,d,e;
              ^

信息

递交者
类型
递交
题目
P1102 陶陶摘苹果
语言
C++
递交时间
2014-10-26 14:33:31
评测时间
2014-10-26 14:33:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes