#include #include using namespace std; int main(){ int A, B, i, j; string str_i; cin >> A >> B; for (i = A;i <= B;i++){ if (i % 3 == 0){ cout <