C++ #include <bits/stdc++.h> using i64 = std::int64_t; void solve() { } int main() { std::ios::sync_with_stdio(false); std::cin.tie(nullptr); int t = 1; std::cin >> t; for (int i = 0; i < t; ++i) { solve(); } return 0; }