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