【GESP202406C++二级】平方之和
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
[GESP202406 二级] 平方之和
题目描述
小杨有 个正整数 ,他想知道对于所有的 ,是否存在两个正整数 和 满足 。
输入格式
第一行包含一个正整数 ,代表正整数数量。 之后 行,每行包含一个正整数,代表 。
输出格式
对于每个正整数 ,如果存在两个正整数 和 满足 ,输出 Yes
,否则输出 No
。
样例 #1
样例输入 #1
2
5
4
样例输出 #1
Yes
No
提示
对于第一个正整数,存在 ,因此答案为 Yes
。
对于全部数据,保证有 。
GESP 二级测试2
- Status
- Done
- Rule
- Ledo
- Problem
- 3
- Start at
- 2025-1-13 13:30
- End at
- 2025-1-13 13:30
- Duration
- 0 hour(s)
- Host
- Partic.
- 11