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