1109 -- aabb

来源:互联网 发布:implode 二维数组 编辑:程序博客网 时间:2024/06/03 01:19

aabb

Time Limit:1000MS  Memory Limit:65536K
Total Submit:295 Accepted:205

Description

输出所有形如aabb的四位完全平方数,每一个一行

Input

Output

输出所有形如aabb的四位完全平方数,每一个一行

Sample Input

Sample Output

7744

Source

lrj程序入门、

    using System;    using System.Collections.Generic;    using System.Linq;    using System.Text;    namespace AK1109 {        class Program {            static void Main(string[] args) {                Console.WriteLine("7744");            }        }    }


0 0
原创粉丝点击