Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
19_1_7
#include <stdio.h> /* copy input to output; 1st version */ main() { int c; //c=getchar(); while((c=getchar())!=EOF) { if(c=='1')printf("%d",c-48); else if(c=='0') printf("%d",c-48); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
PREGUNTA 2, GUÍA 4, MÓDULO 3 FINALIZADA
A_141201_MatrizTodosDistintos
structure1
B_141209_EsPrimo
B_141128_MatrizProducto
B_141121_factorial01
a1
day 3 integer manipulation
REGISTRO EN C
co_4
Please log in to post a comment.