7 lines
78 B
Text
7 lines
78 B
Text
proc main =
|
|
int a, b
|
|
|
|
print "?"
|
|
readln a, b
|
|
println a + b
|
|
end
|