Guest User

Untitled

a guest
Feb 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. var: sec,a,s,d,f,g: real;
  2. begin
  3. read(sec);
  4. if (sec=<0) and (sec>=3927.273)
  5. then
  6. writeln('3927.273');
  7. if (sec>3927.273) and (sec>=7854.546)
  8. then
  9. writeln('7854.546');
  10. if (sec>7854.546) and (sec>=11781.819)
  11. then
  12. writeln('11781.819');
  13. if (sec>11781.819) and (sec>=15709.092)
  14. then
  15. writeln('15709.092');
  16. if (sec>15709.092) and (sec>=19636.365)
  17. then
  18. writeln('19636.365');
  19. if (sec>19636.365) and (sec>=23563.638)
  20. end.
Add Comment
Please, Sign In to add comment