• [C] Calculation

  • 时间限制: 1000 ms 内存限制: 65535 K
  • 问题描述
  • You are given two numbers, your task is to output the square of the smaller one.

  • 输入
  • In each test case, each number is between 0 and 10000.
  • 输出
  • For each test case, print the result in a line.
  • 样例输入
  • 1 2
    4 5
    10 100
    21 11
  • 样例输出
  • 1
    16
    100
    121
  • 提示
  • 来源
  • 本站或者转载
  • 操作

显示春菜