区间开方和
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.
题目描述
输入 ,输出 的每个数的算数平方根下取整之和,即:
输入格式
两个整数 。
输出格式
输出一个整数,即算数平方根之和。
4 9
13
的整数为:4、5、6、7、8、9,他们的算术平方根下取整分别为 ,和为 。大样例就不给了。
数据规模与约定
对于 的数据,。
- 子任务 1(40 分):保证 。
- 子任务 2(30 分):保证 。
- 子任务 3(20 分):保证 。
- 子任务 4(10 分):没有特殊限制。
C++3月测二
- Status
- Done
- Rule
- OI
- Problem
- 4
- Start at
- 2025-3-26 20:00
- End at
- 2025-4-4 4:00
- Duration
- 1.5 hour(s)
- Host
- Partic.
- 7