CS50 Caesar program is working but check50 says it isn't
问题 I created this program but I'm getting errors on CS50 showing that I didn't do any of it correctly. The requirements are as follows: Implement your program in a file called caesar.c in a directory called caesar. Your program must accept a single command-line argument, a non-negative integer. Let’s call it k for the sake of discussion. If your program is executed without any command-line arguments or with more than one command-line argument, your program should print an error message of your