a, b = io.read():match("(%d+),(%d+)") a = tonumber(a) b = tonumber(b) print("a + b = " .. a + b)