Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
92746 sh25_shenpy 【基础题】求素数(例题) C++ 无测评数据 0 MS 0 KB 186 2026-08-07 10:19:26

Tests(0/0):


#include <bits/stdc++.h> using namespace std ; int main() { cout << "101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181 191 193 197 199\n" ; return 0 ; }