#include<iostream> using namespace std; int main(){ for (int n=3;n<=100;n++){ if (n%3==1/2) cout<<n<<endl; } }