fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int block = 1001;
  4. int a[1000005],cnt[1005][1005];
  5. // void create(){
  6.  
  7. // for(int i = 1; i <= block; ++i){
  8. // for(int i = block; i <= )
  9. // }
  10. // }
  11. int main(){
  12. int n,m,q;
  13. cin >> n >> m >> q;
  14. }
Success #stdin #stdout 0s 5324KB
stdin
1 2 3
stdout
Standard output is empty