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