Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
12318 罗炜翰 数列求和 C++ 编译错误 0 0 MS 0 KB 193 2025-07-09 17:22:30

Tests(0/0):


#include<bits/stdc++.h> using namespace std; void z() { int s=2,x=2,n; cin>>n; cout<<1; for(int i=1;i<=n;i++) { cout<<s; s+=x; } } int main() { z() return 0; }


测评信息: