Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Sleep/Axe/sleep.axe
Normal file
15
Task/Sleep/Axe/sleep.axe
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Disp "TIME:"
|
||||
input→A
|
||||
0→T
|
||||
length(A)→L
|
||||
For(I,1,L)
|
||||
If {A}<'0' or {A}>'9'
|
||||
Disp "NOT A NUMBER",i
|
||||
Return
|
||||
End
|
||||
T*10+{A}-'0'→T
|
||||
A++
|
||||
End
|
||||
Disp "SLEEPING...",i
|
||||
Pause T
|
||||
Disp "AWAKE",i
|
||||
Loading…
Add table
Add a link
Reference in a new issue