Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
129776 Microsoft 计算球弹跳高度 C++ 编译错误 0 0 MS 0 KB 207 2024-01-27 10:44:43

Tests(0/0):


include <bits/stdc++.h> using namespace std; int main() { long long m=1,n=1,i; for(i=1;i<=20;i++) { cout<<m<<" "<<n<<" "; if(i%2==0) cout<<"\n"; m=m+n; n=n+m; } return 0; }


测评信息: