-->
当前位置:首页 > 题库

PROGRAMMING:s=1+2+3+... +n until s>=m

Luz5年前 (2021-05-10)题库385
s=1+2+3+... +n, stop the operation when s is greater than the given number. Find the value of n and s
### Input format:
### Output format:
### sample input:
```in
one thousand
```
### sample output:
```out
1035=1+2+...+45
```







answer:If there is no answer, please comment