Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
program1
//gcc 7.4.0 #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { int numrep; if (argc > 1) numrep = atoi(argv[1]); else numrep = 1; for (int i = 1; i < numrep; i++) { printf("%s\n", argv[1]); } return 0; }
run
|
edit
|
history
|
help
0
B_141107_TablaMultiplicar
223780
In Class 1.23.17 Bit operations
Cuenta codigos
B_14118_RestasSucesivas
18BCE2182 ASSESS_3 Q3
2017_1117_TARTAGLIA
Find a Node Sibling Test
project 5 v0.04
eliminate_duplicates.c