#include using namespace std; int main() { int N, L; cin >> N >> L; bool sieve[L+1]; for(int i=0; i