#include #include using namespace std; int main(){ int a, b; cin >>a >>b; for (int i = a; i < b+1; i++){ if(i%3==0) cout <