Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

Nim

Compiler

nim 1.6.10

Options

Author

anonymous

over 2 years ago

$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.6.10/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.10/config/config.nims' [Conf]
....................................................................
CC: ../../opt/wandbox/nim-1.6.10/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/assertions.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/hashes.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/math.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/collections/sets.nim
CC: prog.nim
Hint:  [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
33001 lines; 0.452s; 39.328MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
X = {"se", "ap", "di", "is", "pa", "ad", "ar", "ra"}
Y = {"gr", "ph", "pa", "ap", "ag", "ar", "ra"}
X + Y = {"se", "gr", "ph", "ap", "ag", "di", "is", "pa", "ad", "ar", "ra"}
X * Y = {"ap", "pa", "ar", "ra"}
X - Y = {"se", "ad", "di", "is"}
"se" in X = true
"se" in Y = false
Exit Code:
0