Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include<iostream>
  2. #include<cstring>
  3. using namespace std;
  4. char s[101],*p;
  5. int main()
  6. {
  7. int;
  8. cin.getline(s,100);
  9. p=strtok(s," ");
  10. while(p!=0)
  11. {
  12. if (strstr(p,"DO") || strstr(p,"RE") || strstr(p,"MI") ||
  13. }
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement