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
ele 888 lab 1 part 1
Working except for the thread part. LUL
Assignment 2
Sirali_mi_fonksyonu
150109_RecursividadParImpar
CO Assignment 1 Question 1
Class #2, data types
AVANCE 1 TAREA M4 - PERLAS
Max2
18BCE2182 ASSESS_1 Q1-3