Click Here to go back to the homepage.

Solving for Carrots Solution:


import java.util.*;

public class Kattis {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        sc.nextInt();
        int cases = sc.nextInt();

        System.out.println(cases);
    }
}