0_0_17727670_3380.cpp:1:2: error: stray '#' in program
*#include<iostream>
^
0_0_17727670_3380.cpp:1:10: error: expected constructor, destructor, or type conversion before '<' token
*#include<iostream>
^
0_0_17727670_3380.cpp: In function 'int main()':
0_0_17727670_3380.cpp:7:5: error: 'cin' was not declared in this scope
cin>>t;
^
0_0_17727670_3380.cpp:11:9: error: 'string' was not declared in this scope
string s;
^
0_0_17727670_3380.cpp:12:14: error: 's' was not declared in this scope
cin>>s;
^
0_0_17727670_3380.cpp:13:17: error: 'cout' was not declared in this scope
cout<<"Case #"<<_case++<<": ";
^
0_0_17727670_3380.cpp:19:32: error: 'endl' was not declared in this scope
cout<<"2.34%"<<endl;
^
0_0_17727670_3380.cpp:24:32: error: 'endl' was not declared in this scope
cout<<"4.63%"<<endl;
^
0_0_17727670_3380.cpp:30:32: error: 'endl' was not declared in this scope
cout<<"6.87%"<<endl;
^
0_0_17727670_3380.cpp:36:32: error: 'endl' was not declared in this scope
cout<<"9.05%"<<endl;
^
0_0_17727670_3380.cpp:41:33: error: 'endl' was not declared in this scope
cout<<"11.18%"<<endl;
^
0_0_17727670_3380.cpp:46:33: error: 'endl' was not declared in this scope
cout<<"13.26%"<<endl;12
^
0_0_17727670_3380.cpp:47:17: error: expected ';' before 'break'
break;
^
0_0_17727670_3380.cpp:51:33: error: 'endl' was not declared in this scope
cout<<"15.30%"<<endl;
^
0_0_17727670_3380.cpp:56:33: error: 'endl' was not declared in this scope
cout<<"17.28%"<<endl;
^
0_0_17727670_3380.cpp:61:28: error: 'endl' was not declared in this scope
cout<<"0.00%"<<endl;
^
|