diff --git a/1-14.c b/1-14.c new file mode 100644 index 0000000..ed7b5c9 --- /dev/null +++ b/1-14.c @@ -0,0 +1,41 @@ +#include +#define ARR_LENGTH 37 + +int main(){ + int cs[ARR_LENGTH] = { + '0', '1', '2', '3', '4', '5', + '6', '7', '8', '9', '0', 'a', + 'b', 'c', 'd', 'e', 'f', 'g', + 'h', 'i', 'j', 'k', 'l', 'm', + 'n', 'o', 'p', 'q', 'r', 's', + 't', 'u', 'v', 'w', 'x', 'y', + 'z' + }; + int cr[ARR_LENGTH]; + for (int i=0; i