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