摘要: 算法标签 题目简叙 思路 代码 #include<iostream> using namespace std; const int N=32768; bool st[N+10]; int main() { int t,n; cin>>t; for(int i=0;i*i<=N;i++)if(!st[ 阅读全文
posted @ 2023-09-02 19:47 俺叫西西弗斯 阅读(0) 评论(0) 推荐(0)