fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int n;cin>>n;
  7. for(int i = 0; i<n; i++)
  8. {
  9. for(int j = 0; j<n; j++)
  10. {
  11.  
  12. }
  13. for(int j = 0; j<n; j++)
  14. {
  15.  
  16. }
  17. }
  18. return 0;
  19. }
  20.  
Success #stdin #stdout 0s 4452KB
stdin
Standard input is empty
stdout
Standard output is empty