1 2 3 4 5 6 7
#include <cs50.h> #include <stdio.h> int main(int argc, string argv[]) { if (argc != 2 || (argv[1] % 1 != 0)) }