fork download
  1. import java.io.BufferedReader;
  2. import java.io.IOException;
  3. import java.io.InputStreamReader;
  4. import java.util.Set;
  5. import java.util.HashSet;
  6.  
  7. public class Main {
  8. public static void main(String[] args) throws IOException {
  9. Set<StringBuffer> words = new HashSet<>();
  10. StringBuffer currentWord = new StringBuffer();
  11. boolean prevWord = false;
  12. while (reader.ready()) {
  13. char c = (char)reader.read();
  14. if (c != ' ') {
  15. currentWord.append(c);
  16. prevWord = true;
  17. } else if (prevWord == true) {
  18. words.add(currentWord);
  19. currentWord = new StringBuffer();
  20. prevWord = false;
  21. }
  22. }
  23. if (currentWord.length() != 0) {
  24. words.add(currentWord);
  25. }
  26. for (StringBuffer word : words) {
  27. System.out.println(word);
  28. }
  29. }
  30. }
Success #stdin #stdout 0.08s 52608KB
stdin
mersi pentru lista de instructiuni
e de ajutor
mersi
stdout
pentru
de
de
lista
mersi
ajutor
mersi
instructiuni
e