import java.io.*; public class Add { public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int a,b,k; System.out.println("數值A"); System.out.println("-"); str = br.readLine(); a = Integer.parseInt(str);