C-study/04/1/README.md
2021-11-05 00:59:48 +08:00

50 lines
574 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

【问题描述】
编程题求Sn=1+12+123+1234+… 之值其中项数n从键盘输入。
【输入形式】
3
【输出形式】
136
【样例输入】
4
【样例输出】
```
****
```
【样例输入】
10
【样例输出】
```
**********
```
【样例说明】
【评分标准】
# 运行结果
成功通过编译, 且无编译警告
共有测试数据:3
平均占用内存:1.941K
平均CPU时间:0.00448S
平均墙钟时间:0.00447S
测试数据 评判结果
测试数据1 完全正确
测试数据2 完全正确
测试数据3 完全正确