0_0_32663632_28848.cpp: In function 'int main()':
0_0_32663632_28848.cpp:51:13: error: 'cin' was not declared in this scope
cin>>x>>y>>z;
^
0_0_32663632_28848.cpp:57:13: error: 'cin' was not declared in this scope
cin>>s[i];
^
0_0_32663632_28848.cpp:62:13: error: 'cin' was not declared in this scope
cin>>d[i];
^
0_0_32663632_28848.cpp:69:9: error: 'cout' was not declared in this scope
cout<<minn<<endl;
^
0_0_32663632_28848.cpp:69:21: error: 'endl' was not declared in this scope
cout<<minn<<endl;
^
|