add solutions for hw6:3233
Some checks failed
Fast Reverse Tests / test (push) Successful in 24s
Reverse Tests / test (push) Successful in 8s
Sum Tests / test (push) Successful in 8s
Word Stat Tests / test (push) Successful in 7s
Word Stat++ Tests / test (push) Failing after 10s

This commit is contained in:
2026-02-02 14:31:39 +03:00
parent d8154da7a9
commit 3678af68c0

View File

@@ -1,3 +1,5 @@
package wspp;
import java.io.*;
import java.nio.charset.StandardCharsets;
import java.util.*;