eval-stack 0.3.4

Extremely fast async online judge evaluation system for ACM/OI contests.
Documentation
1
2
3
a, b = map(int, input().split())
print(a + b)
print(a + b)