#include <stdio.h> void test() { int m; int d; scanf("%d",&m); scanf("%d",&d); } int main() { test(); return 0; }