Title / Description
Code int main(char *argc, char *argv[]) { uint8_t kk = 0; if(argc > 2) { int a=atoi(argv[1]); int b=atoi(argv[2]); long c=a*b; // afficher le résultat printf("%d x %d = %ld\n",a, b, c); } else printf("usage: %s a x b\n", argv[0]); }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code