Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Welcome, Read the following carefully

Правка en1, от OmarioVIC, 2021-08-22 10:39:45

// Always think of patterns (LCM, GCD) // Be careful of unsigned // Think of a solution that gets TLE and optimize it // Use binary search // Solve on paper first // Reverse Thinking // Monotonic stack/dequeue // EV is computed using probabilities or number of ways // E(X + Y) = E(X) + E(Y) // E(X * Y) = E(X) * E(Y) // If there's an equation, transform it into an easy one // Try not to use doubles // Don't do DP in graphs on anything rather than DAGs // Don't use the fucking "double" // READ ALL PROBLEMS

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский OmarioVIC 2021-08-22 18:51:27 524
en1 Английский OmarioVIC 2021-08-22 10:39:45 560 Initial revision (published)