fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. #define ll long long
  5. #define _test int _Test; cin >> _Test; while (_Test--)
  6.  
  7. void solution() {
  8.  
  9. }
  10.  
  11. int main() {
  12. _test {
  13. solution();
  14. }
  15. return 0;
  16. }
  17.  
Success #stdin #stdout 0.01s 5296KB
stdin
Standard input is empty
stdout
Standard output is empty