Run Code
|
API
|
Code Wall
|
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
3.1.3 Quick sort, Merge sort
decimalespi
A_141121_mayorMenor
printing float 3 pointers
factorial using function in c
Intro coding hello world
app1
mod 4
WrongWay reversible iterator Copyright(C) 2016 Henry Kroll III www.thenerdshow.com
ele709 lab 3.2