Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141118_Euclides
//Title of this code #include <stdio.h> int main(void) { short a, b; short aa, bb, aux; printf("Valor de a ... "); scanf(" %hd", &a); printf("Valor de b ... "); scanf(" %hd", &b); aa = a; bb = b; while(bb) { aux = aa; aa = bb; bb = aux % bb; } printf("El mcd de %hd y %hd es %hd", a, b, aa); return 0; }
run
|
edit
|
history
|
help
0
2.1.1 Prime numbers in different threads with thread ID
arrows
Nice1
binary to txt
FUNCION strstr()
PuntosTriangulo
2
C_141127_MatrizProducto
a3
extra causes class UK assisment