#include using namespace std; int main(){ int a,b; int i; for(i = a;i % 3;i++); for(;i <= b;i += 3){ cout << i << endl; } return 0; }