Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141111_Divisores
//Title of this code #include <stdio.h> int main(void) { short N; short d; printf("Valor de N ... "); scanf(" %hd", &N); for(d = 1 ; d <= N ; d++) { if(N % d == 0) { printf("%hd ", d); } } return 0; }
run
|
edit
|
history
|
help
0
A_141121_mayorMenor
Basic String Compression in C
co_1
Test 2
Add.c
BMI Calc CT
PRACTICE FINAL 2
función malloc()
Official Hello World
c union bytes affected