Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
329865 黄浙峰老师 【C3-7】植树的人数 C++ 通过 100 3 MS 236 KB 171 2025-07-08 15:18:53

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main(){ int a=17,b=25; for(int i=1;i<=17;i++){ if((a-i)*2==b+i){ cout<<i<<endl; } } return 0; }


测评信息: