0_0_13719387_18723.cpp: In function 'void work()':
0_0_13719387_18723.cpp:7:3: error: 'cin' was not declared in this scope
cin>>a[i];
^
0_0_13719387_18723.cpp:11:3: error: 'cerr' was not declared in this scope
cerr<<a[i]<<" ";
^
0_0_13719387_18723.cpp:13:2: error: 'cerr' was not declared in this scope
cerr<<endl;
^
0_0_13719387_18723.cpp:13:8: error: 'endl' was not declared in this scope
cerr<<endl;
^
0_0_13719387_18723.cpp:18:16: error: 'Abs' was not declared in this scope
if( Abs(a[i]) > 1){
^
0_0_13719387_18723.cpp:20:6: error: 'cout' was not declared in this scope
cout<<"+";
^
0_0_13719387_18723.cpp:22:5: error: 'cout' was not declared in this scope
cout<<a[i];
^
0_0_13719387_18723.cpp:31:5: error: 'cout' was not declared in this scope
cout<<"+";
^
0_0_13719387_18723.cpp:33:4: error: 'cout' was not declared in this scope
cout<<a[9];
^
0_0_13719387_18723.cpp:38:3: error: 'cout' was not declared in this scope
cout<<0;
^
0_0_13719387_18723.cpp:40:2: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_13719387_18723.cpp: In function 'int main()':
0_0_13719387_18723.cpp:47:2: error: 'cin' was not declared in this scope
cin >> T;
^
|