[gcj] Solution giving WA for test cases Nesting Depth

2020-04-07 Thread divyansh srivastava
Please read questions more precisely. How much is the value that many braces. What output did your code give for I/p= 3201 -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it,

[gcj] Solution giving WA for test cases Nesting Depth

2020-04-06 Thread anonymous
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Collections; class Solution { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new