fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. using ll = long long;
  5.  
  6. void solve() {
  7.  
  8. }
  9.  
  10. int main() {
  11. ios::sync_with_stdio(false);
  12. cin.tie(nullptr);
  13. int t;
  14. cin >> t;
  15. while (t--) solve();
  16. }
Success #stdin #stdout 0s 5292KB
stdin
1
stdout
Standard output is empty