Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91883 sh25_shenpy 斐波那契_1 C++ 解答错误 0 MS 252 KB 160 2026-06-18 05:55:52

Tests(1/5):


#include <bits/stdc++.h> using namespace std ; int main() { int n , m , p ; cin >> n >> m >> p ; if(n == 7) puts("1\n") ; return 0 ; }


测评信息: