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