#include using namespace std; #define rep(i, n) for(int i = 0; i> n; rep(i, n){ cin >> a; cout << 2*a << endl; } }