Advertisement
a53

Strategie

a53
Oct 13th, 2019
189
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 i=1,n;
  7. n=comunica(1);
  8. while(i<=909)
  9. {
  10. n=comunica(10-n+1);
  11. ++i;
  12. }
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement