Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5921 D班-陈颖钧 韩信点兵 C++ 通过 100 0 MS 264 KB 161 2025-02-16 16:31:57

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int i=80000; int main(){ while(i%37!=8||i%59!=13||i%71!=23){ i++; } cout<<i; return 0; }


测评信息: