Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
44898 奚晨瑞 递归求等差数列第n项的值 C++ 通过 0 MS 244 KB 104 2024-04-07 14:52:35

Tests(3/3):


#include<iostream> using namespace std; int main() { int n; cin>>n; cout<<2*n+1; return 0; }


测评信息: