Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
19_1
#include <stdio.h> /* copy input to output; 1st version */ main() { char c; //c=getchar(); while((c=getchar())!=EOF) { if(c=='1')printf("%d",c); else if(c=='0') printf("%d",c); } }
run
|
edit
|
history
|
help
0
C_141127_MatrizProducto
Lab 9 v0.95
150109_RecursividadParImpar
tremendo codigaso ayudantia
Mutex Safe
02468
A_141117_Primo02
ㅇㅇㅇ
Stub Program for Problem 5 HW 2
Thread and Mutex Code