Run ID:105062

提交时间:2025-01-12 13:18:01

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() 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"<<' '; return 0; }