0_0_31358190_17095.cpp: In function 'int main()':
0_0_31358190_17095.cpp:19:5: error: 'cin' was not declared in this scope
cin>>t;
^
0_0_31358190_17095.cpp:38:13: error: 'cout' was not declared in this scope
cout<<"Case #"<<j<<':'<<' '<<sum<<endl;
^
0_0_31358190_17095.cpp:38:47: error: 'endl' was not declared in this scope
cout<<"Case #"<<j<<':'<<' '<<sum<<endl;
^
|