#include using namespace std; int main() { int t; cin>>t; while (t --> 0) { int x; cin>>x; if (x == 1) { cout<<"2"<