标签:more ext ati ack next oid imp while php
///@author Sycamore, ZJNU; ///@date 8/4/2017 import java.math.BigInteger; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner cin = new Scanner(System.in); while (cin.hasNext()) { BigInteger x = cin.nextBigInteger(), y = cin.nextBigInteger(); System.out.println(x.multiply(y)); } }
标签:more ext ati ack next oid imp while php
原文地址:http://www.cnblogs.com/zjnu/p/7295036.html