Advertisement
Wistaro

tiplanet

May 9th, 2016
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
4CS 0.20 KB | None | 0 0
  1.  Input N
  2.  120→U
  3.  40→V
  4.  0→K
  5.  0→C
  6.  While K<N
  7.  C→C+1
  8.  U→X
  9.  1.5X^(­0.01V)→U
  10.  X(1-^(­0.01V)→V
  11.  K+1→K
  12.  N→L1(C)
  13.  U→L2(C)
  14.  V→L3(C)
  15.  End
  16. DispTable
  17. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement