Advertisement
Morass

BS

Jul 1st, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. http://codeforces.com/contest/729/problem/C 3
  2. http://codeforces.com/contest/714/problem/D 8
  3. 13150 (UVA) 4
  4. http://codeforces.com/contest/749/problem/D 5
  5. 11692 (UVA) 4
  6. 11516 (UVA) 3
  7. http://codeforces.com/contest/760/problem/B 3
  8. http://codeforces.com/contest/675/problem/D 4 //dunno - solvable with treap
  9. http://www.spoj.com/problems/NDS/ 4 //BS over LIS
  10. http://www.spoj.com/problems/VECTAR4/ 3
  11. http://codeforces.com/contest/767/problem/D 4 //NICE
  12. http://codeforces.com/contest/627/problem/D (7) //with dp - NICE
  13. http://codeforces.com/contest/779/problem/D (3) //NICE + EASY
  14. http://www.spoj.com/problems/CNTINDX/ (4) //Map+BS === OK
  15. 13177 UVA (3) //BS over answer == OK
  16. http://codeforces.com/contest/801/problem/C (3) //BS + SUM -EASY
  17. http://codeforces.com/contest/803/problem/D (3) //BS by answer
  18. http://codeforces.com/contest/807/problem/C (3) //Or math
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement