September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,4 +1,4 @@
|
|||
function arithmetic (a = int(readline()), b = int(readline()))
|
||||
function arithmetic (a = parse(Int, readline()), b = parse(Int, readline()))
|
||||
for op in [+,-,*,div,rem]
|
||||
println("a $op b = $(op(a,b))")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue