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