赞
踩
-8 13
-104
- import java.util.*;
- class Main{
- public static void main(String[] args){
- Scanner sc = new Scanner(System.in);
- int A = sc.nextInt();
- int B = sc.nextInt();
- System.out.println(A*B);
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。