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