#include using namespace std; ifstream f("adunare.in"); ofstream g("adunare.out"); int main() { int x,y; f>>x>>y; g<