#include using namespace std; struct { } void solve() { int q; cin >> q; } int main() { int t; cin >> t; while (t--) solve(); }