Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Practice Problem 7
Max2
Spring 2017 Project 2 v1
orange blue bell Einstein's piece chastitise then
Exercicio de C - Vetor Multidimensional
CPTTRN_1
Serie de Fibonacci
1.7 Test parallel function
SAI_1-5.c
20171030_TRIANGULO
Please log in to post a comment.