fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6.  
  7. cout<<"11"<<endl<<"11"<<endl<<"111";
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5264KB
stdin
5
0 0 2 3 5
0 1 2 3 5
1 0 2 3 5
10 10 2 3 5
0 0 1 1000000000 1000000000
stdout
11
11
111