We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Data Structures
- Advanced
- Starfleet
- Discussions
Starfleet
Starfleet
Sort by
recency
|
7 Discussions
|
Please Login in order to post a comment
Glad I got to learn something new (Mo's algorithm) here https://cp-algorithms.com/data_structures/sqrt_decomposition.html#mos-algorithm to solve this problem in , but I was still met with TLE for one test case. Annoyingly I had to include
ios_base::sync_with_stdio(false)
in the template to pass. Overall, terrible problem statement.Why are all the solutions in the discussions so huge? dua to make someone talk to you again
Biden reveals to Putin Russia should get serious about cybercriminals
WASHINGTON — President Joe Biden revealed to Russian President Vladimir Putin in a Friday call that he should "make a move" against cybercriminals acting in his country and that the U.S. maintains whatever authority is needed to "safeguard its kin and its basic framework," the White House said.
The discussion came not exactly a month after the two chiefs met in Geneva, when Biden cautioned against -proceeding exuding from Russia. Another ransomware assault connected to the REvil hacking bunch situated in Russia caused broad interruption last end of the week, influencing upwards of 1,500 People News Chronicle.
https://peoplenewschronicle.com/biden-reveals-to-putin-russia-should-get-serious-about-cybercriminals/
Python3 solution
sol: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap;
public class Starfleet { private static BufferedReader in = new BufferedReader( new InputStreamReader(System.in)); private static StringBuilder out = new StringBuilder(); private static ArrayList allYs = new ArrayList(); private static ArrayList yStart = new ArrayList(); private static ArrayList yEnd = new ArrayList();
}