Click Here to go back to the homepage.

Aaah! Solution:


import java.util.*;

public class Kattis {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        if(sc.nextLine().length() >= sc.nextLine().length())
            System.out.println("go");
        else
            System.out.println("no");
    }
}