diff --git a/SOLUTIONS/Beginner_Problem.java b/SOLUTIONS/Beginner_Problem.java new file mode 100644 index 00000000..13854fba --- /dev/null +++ b/SOLUTIONS/Beginner_Problem.java @@ -0,0 +1,28 @@ +import java.util.*; + +class Main{ + + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + int test; + int nbrOfElm; + int frequency; + test = in.nextInt(); + int [] output = new int[test]; + for (int i = 0;i