#include <stdio.h>
#include <locale.h>
int main0409(){
setlocale(LC_ALL,"Turkish");
// Uruklar�
long x=2;
long y=3;
// Derney de�erleri
long long t;
// Ka� tane oldu�u
int n=80;
// Bul
int i;
for(i=0;i<n;i++){
// �ki �ncekini topla
t=x+y;
// Sonraki son iki
x=y;
y=t;
// Bas
printf("%3d. %20lld %20lld %20lld \r\n",(i+1),t,x,y);
}
return 0;
}
Dosyayı İndir