#include <stdio.h>

int main() { char strings[] = { 73, 32, 99, 97, 110, 32, 100, 111, 32, 105, 116 , 33 ,'\0'}; printf("%s\n", strings); return 0; }