Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fibonacci multiplos de 3 y menores que 30
//gcc 5.4.0 #include <stdio.h> int main(void) { long int i; long int x=0; long int y=1; long int z=1; printf("1"); for( i =0; i<30; i++) { z= x + y; x = y; y = z; printf("\n %ld",z); if(z % 3 == 0) { printf(" %ld",z); } } return 0; }
run
|
edit
|
history
|
help
0
linear hybrid cellular automaton reversible random bit generator stream cipher
2.1.3 Sum of squares of first hundred natural numbers with different cores
If Statement/ Decrements V2
Max
Sorting Character array using Qsort
strcpy template
Matrices de cadenas con *punteros
printing float 2 pointers
pllkkj
Sum Two Numbers