#include main () { int i = 10, j = 10, k = 10; printf("i,j,k=%d,%d,%d\n", i, j, k); }