Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
A_141117_Euclides
#include <stdio.h> #include <stdlib.h> int main() { 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 != 0) { aux = aa; aa = bb; bb = aux % bb; } printf("mcd de %hd y %hd es %hd\n\n", a, b, aa); return 0;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
C_141127_MatrizProducto
funcion dar vuelta numero
C_141113_VariosPerfectos
18BCE2182 ASSESS_1 Q2-3
Palindromo
Lior Yehieli Lesson
Time Stamp
Project 3 Part 1 v1.7
B_141128_MatrizUnSoloIndice
Lab 5 HW Spring 2017 v1.1
Please log in to post a comment.