#include int main(void) { float t; int i,n; t=1; // n in [1,1000] for (i=1; i<=n; i++) { t=t*(sqrt(5)-1)/2; t = FPRINT(t); } FPRINT(t); }