Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104754 林扬泉 猴子吃桃 C++ 解答错误 0 0 MS 240 KB 162 2023-10-04 09:06:31

Tests(0/1):


#include<bits/stdc++.h> #define ll long long using namespace std; signed main(){ ll n=1; for(int i=9;i>0;i--){ n+=(i+1)*2; } cout<<n; return 0; }


测评信息:

输入

                    

输出

109

答案

1534

系统信息

exit code: 0, checker exit code: 0