1801: 数三角形 - CCF-GESP2025年6月二级C++

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:20 Solved:9

Description

Input

一行,一个整数 n,表示直角边长的最大值。

Output

输出一行,一个整数,表示不同的直角三角形数量。

Sample Input Copy

3

Sample Output Copy

3

HINT

对于所有测试点,保证 1<=n<=1000。