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