提交时间:2026-06-05 14:16:46

运行 ID: 89379

#include <bits/stdc++.h> using namespace std; int main() { cout<<"0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765"; return 0; }