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