testdata + description

This commit is contained in:
2020-02-19 01:11:58 +01:00
parent b97644e90f
commit d439fa50fa
3 changed files with 33 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import java.math.*;
**/
class Solution {
public static void main( String args[] ) {
public static void main( String[] args ) {
Scanner in = new Scanner( System.in );
// read values with in.next...() methods