#include stdio.hint main(){int a 6;int b a 1;printf(a %d\n, a);printf(b %d\n, b);return 0;}