Run ID:12539

提交时间:2021-05-21 13:46:09

#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; }