2041: 完全平方数(2024年3月C++三级)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:143
Solved:60
Description
Input
Output
输出一个非负整数,表示和是完全平方数的非负整数对数。
Sample Input Copy
5
1 4 3 3 5
Sample Output Copy
3