Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91629 sh25_shenpy 100以内的素数 C++ 通过 0 MS 240 KB 249 2026-06-14 13:32:15

Tests(1/1):


#include <bits/stdc++.h> using namespace std ; int main() { cout << "2 3 5 7 11\n" ; cout << "13 17 19 23 29\n" ; cout << "31 37 41 43 47\n" ; cout << "53 59 61 67 71\n" ; cout << "73 79 83 89 97\n" ; return 0 ; }


测评信息: