Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C_141112_Perfectos
//Title of this code #include <stdio.h> int main(void) { short N; short d; short S; for(N = 1 ; N <= 1000000 ; N++) { for(d = 1 , S = 0 ; d <= N / 2 ; d++) { if(N % d == 0) { S += d; } } if(S == N) {printf("%hd ", N); } } return 0; }
run
|
edit
|
history
|
help
0
Part 1: Draw Arts (square)
blue saver go my marshal green
e
1.8 Parallizing for loop
C_141203_CadenasVarias
Busqueda binaria version iterativa
time.c
Conflito entre 4 threads
Project 3 part 2 Book v0.6
9