#include <bits/stdc++.h>using namespace std; const int MaxN=6e5;int arr[MaxN];int main() { int N,Q; cin >> N>>Q; int start=2e5; for(int i=start;i<start+N;i++){ cin >> arr[i]; } }
5 7 1 0 1 1 1 2 2 3 1 4 2 1 3 4 5 2 4 1 4 4 2 5
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!