@ -3,7 +3,9 @@
int main()
{
int y, m, d;
int y;
int m;
int d;
scanf("%d.%d.%d", &d, &m, &y);
if(y>=0 && y<=9999)
The note is not visible to the blocked user.