#include <stdio.h>
int f1=1,f2=1;
void fib();
int main( )
{
int i; for(i=1; i<=10; i++){
/-----请填上适当的语句-----/
} return 0;
}