#include #include using namespace std; ifstream fi("adunare.in"); ofstream fo("adunare.out"); int main() { int a,b; fi>>a>>b; fo<