#include<iostream> using namespace std; int main(){ cout<<"1 1 2 3 5 8 13 21 34 55";//输出"1 1 2 3 5 8 13 21 34 55" return 0; }