Update IO_Speed.mdx

This commit is contained in:
nchn27 2020-07-04 01:29:13 -04:00 committed by GitHub
parent 545be6c9e4
commit 26aac5b223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,7 @@ public class roboherd_buffered_reader_string_tokenizer {
Faster methods of reading input exist too - Even faster than `BufferedReader` is a custom-written Fast I/O class that uses `InputStream`. Note that this custom class is similar to the custom-written `FastIO.h` in the C++ section, as both read input through a byte buffer.
<spoiler title="320ms>
<spoiler title="320ms">
```java
import java.util.*;