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