Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main () {
  5.  
  6. int x ;
  7. cin >> x; // Digitar cinco números
  8.  
  9. // eu não faço ideia como separar estes números?
  10. // alguém pede me ajudar?
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement