Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. using System;
  2.  
  3. class Program
  4. {
  5. static void Main()
  6. {
  7. int pokePowerOriginal = int.Parse(Console.ReadLine());
  8. int distance = int.Parse(Console.ReadLine());
  9. int exhaustionFactor = int.Parse(Console.ReadLine());
  10. int targetsCount = 0;
  11. int pokePowerReducing = 0;
  12.  
  13. while (pokePower < distance)
  14. {
  15. pokePowerReducing = pokePowerOriginal - distance;
  16. count++:
  17.  
  18. if (pokePowerReducing == 0.5 * pokePowerOriginal)
  19. {
  20. if ()
  21. }
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement