The problem is from SPOJ Online Judge [description here]
It is a A+B problem, so the answer/solution is:
1 | print (tonumber(io.read()) + tonumber(io.read())) |
print (tonumber(io.read()) + tonumber(io.read()))
–EOF (The Ultimate Computing & Technology Blog) —
Last Post: Coding Exercise - LUA Programming - SPOJ Online Judge - 15711. Wow
Next Post: Coding Exercise - LUA Programming - SPOJ Online Judge - Bit XOR