Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

Compiler

Options

Author

anonymous

about 5 years ago

$
a = [1,2]
b = [3,4]
a + b = [4,6]
a - b = [-3,-1]
a * b = [3,8]
a / b = [0.25,0.666667]
Exit Code:
0