- 绝对素数
666
- @ 2025-12-1 21:22:26
#671. 绝对素数 #T1153. 绝对素数
#include <iostream>
using namespace std;
int main() {
cout << "11" << endl;
cout << "13" << endl;
cout << "17" << endl;
cout << "31" << endl;
cout << "37" << endl;
cout << "71" << endl;
cout << "73" << endl;
cout << "79" << endl;
cout << "97" << endl;
return 0;
}
0 comments
No comments so far...
Information
- ID
- 671
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 4
- Tags
- (None)
- # Submissions
- 185
- Accepted
- 92
- Uploaded By