Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Flow-control-structures/11l/flow-control-structures.11l
Normal file
12
Task/Flow-control-structures/11l/flow-control-structures.11l
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
V n = 10
|
||||
Int result
|
||||
|
||||
L(i) 0 .< n
|
||||
I (n % 2) == 0
|
||||
L.continue
|
||||
I (n % i) == 0
|
||||
result = i
|
||||
L.break
|
||||
L.was_no_break
|
||||
result = -1
|
||||
print(‘No odd factors found’)
|
||||
Loading…
Add table
Add a link
Reference in a new issue