6 lines
73 B
Text
6 lines
73 B
Text
|
|
(main
|
||
|
|
(decl int a)
|
||
|
|
(decl int b)
|
||
|
|
(>> std::cin a b)
|
||
|
|
(prn (+ a b)))
|