Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
//gcc 5.4.0 #include <stdio.h> int main(void) { int x; scanf("%d",&x); printf("%d",x); return 0; }
run
|
edit
|
history
|
help
0
B_141202_CTYPE
PER problem 2
selection sort
C_141127_Matriz01
Link List
FUNTION3
ctest
printint a struct
Data Types
C_141210_Funciones