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