import java.io.BufferedReader;
2 import java.io.InputStreamReader;
▾ class Main {
T public static void main(String args[]) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader (System.in)); // read the name from the input
String input_from_question br.readLine();
//Write your answer here
// print the Output
System.out.println(input_from_question);
Comments
Leave a comment