solved dealem out, not weight diff
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// General imports
|
||||
|
||||
import java.io.*;
|
||||
import java.math.*;
|
||||
import java.util.*;
|
||||
import java.util.Scanner;
|
||||
|
||||
public class Solution {
|
||||
public static void main(String[] args) {
|
||||
@@ -16,3 +14,4 @@ public class Solution {
|
||||
sc.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user