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