public class Solution{ public static void main(String[] args){ byte x = 132; x++; x++; System.out.print(x); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login