Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
80512 sh25_wangtaojie 区间求数 C++ 通过 0 MS 248 KB 186 2026-01-04 15:19:35

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ for(int i=401;i<500;++i){ if(i%2==1&&i%5==3&&i%9==1){ cout<<i; break;}} return 0;}


测评信息: