forked from code-clash/look-and-say
testdata + description
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
0, 1
|
||||
1, 11
|
||||
2, 21
|
||||
3, 1211
|
||||
4, 111221
|
||||
5, 312211
|
||||
8, 31131211131221
|
||||
|
||||
|
Reference in New Issue
Block a user