#include int main(){ int N,x; std::cin>>N; for(x=1;x<=N;x++){ if(x%3!=0&&x%5!=0)std::cout<