#include<stdio.h>void main(){ int a,b; printf("input character a and b\n"); scanf("%d%d",&a,&b); printf("%d%d\n",a,b);}