22
loading...
This website collects cookies to deliver better user experience
import psyco
psyco.full()
ios_base::sync_with_stdio(false);
cin.tie(NULL) ;
MAX value of N Time complexity
10^8 O(N) Border case
10^7 O(N) Might be accepted
10^6 O(N) Perfect
10^5 O(N * logN)
10^4 O(N ^ 2)
10^2 O(N ^ 3)
10^9 O(logN) or Sqrt(N)