#include<stdio.h>
void main()
{
    int a,b;
    printf("%d\n",a);
    printf("%d\n",b);
    return 0;
}