Adapted description and testdata

This commit is contained in:
2020-04-16 21:09:34 +02:00
parent d438c4ad8e
commit c3966f3397
4 changed files with 27 additions and 17 deletions

View File

@@ -2,10 +2,6 @@ import java.util.*;
import java.io.*;
import java.math.*;
/**
* Template code to help you parse the standard input
* according to the problem statement.
**/
class Solution {
public static void main( String[] args ) {