Advertisement
NurAliya

цопп 505

Jan 19th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4. int fun (string s, int a)
  5. {
  6.    
  7. }
  8. int main ()
  9. {
  10. string s;
  11. getline (cin,s);
  12. int mas[4]={0,100,101,11};
  13. for (int i=0; i<s.length(); i++)
  14. {
  15.     s.
  16.    
  17. }
  18. return 0;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement