#include using namespace std; typedef long long ll; int main() { int t ; cin >> t; while(t--){ ll n; cin >> n; cout <<2*n<< endl; } return 0; }