#include "stdio.h" void main() { char c1,c2; c1:97; c2:98; printf("%d%d\n",c1,c2); printf("%d%d\n",c1,c2); }