Run ID:143419
提交时间:2026-01-14 19:00:35
#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<<"1 2 3 4 10 11 13 14 15 17 20 21 25 28 29"; return 0; }