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

View File

@@ -0,0 +1,7 @@
0, 1
1, 11
2, 21
3, 1211
4, 111221
5, 312211
8, 31131211131221
1 0 1
1 0 1
2 1 11
3 2 21
4 3 1211
5 4 111221
6 5 312211
7 8 31131211131221