1_734_3741_23961.cpp: In function 'int main()':
1_734_3741_23961.cpp:3:2: error: 'string' was not declared in this scope
string s;
^
1_734_3741_23961.cpp:5:2: error: 'cin' was not declared in this scope
cin>>t;
^
1_734_3741_23961.cpp:9:8: error: 's' was not declared in this scope
cin>>s;
^
1_734_3741_23961.cpp:15:23: error: 'cnt' was not declared in this scope
temp=cnt(s,0,i-4)+s[i-3]-'0'-(s[i-1]-'0')*(s[i-2]-'0')/cnt(s,i,n);
^
1_734_3741_23961.cpp:21:6: error: 'cout' was not declared in this scope
cout<<"Case #"<<++kase<<": "<<sum<<endl;
^
1_734_3741_23961.cpp:21:41: error: 'endl' was not declared in this scope
cout<<"Case #"<<++kase<<": "<<sum<<endl;
^
|