Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89379 sh25_zhoumy 【基础题】菲波拉契数列 C++ 通过 0 MS 244 KB 158 2026-06-05 14:16:46

Tests(1/1):


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


测评信息: