Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
41140 Andrew宥杨 对称平方数 C++ 无测评数据 0 MS 0 KB 204 2024-02-19 16:36:14

Tests(0/0):


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