/ Vijos /

记录详情

Compile Error

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

信息

递交者
类型
递交
题目
P1773 质因数
语言
C++
递交时间
2014-10-19 20:56:51
评测时间
2014-10-19 20:56:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes