#include "io.hpp" int main() { int a = 0, b = 0; a = readNumber(); b = readNumber(); writeAnswer(a + b); return 0; }