Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
76225 sh25_shenpy 区间求数 C++ 通过 0 MS 244 KB 186 2025-12-17 20:47:13

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;}


测评信息: