{{{~cpp #include using namespace std; int testcase, testdays, partyNum, i, j; int party[100]; bool hartal[3651]; int counting; int getHartal() { counting=0; for(i=0; itestdays) break; if(hartal[party[i]*j]) { counting++; hartal[party[i]*j]=false; } } } return counting; } int main() { cin >> testcase; while(testcase--) { cin>>testdays; for(i=1; i>partyNum; for(i=0; i>party[i]; cout << getHartal()<< endl; } return 0; } }}}