Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
335841 李俞家骅 【C2-5】输出前100个末尾为5的数字 C++ 通过 100 8 MS 240 KB 128 2025-07-24 10:19:22

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ for(int i=5;i<=5+10*99;i+=10){ cout<<i<<endl; } return 0; }


测评信息: