include <stdio.h>

int main(){

printf("%c%c%c%c%c%c%c%c%c%c%c%c",73,32,99,97,110,32,100,111,32,105,116,33);
return 0;

}
不能加空格和逗号,真可以!