#include using namespace std; int main(){ int A,B; cin>>A; cin>>B; int a = 2; int count = 0; vector arr; if(A<=B){ int temp = A; while(temp<=B){ for(int i=2; i