#include using namespace std; void countdown2020(int y,int m,int d) { int x; if(m==7) { x=27-d; cout<>y>>m>>d; CountDown(y,m,d); return 0; }