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

PROGRAMMING:Calculate the perimeter of a rectangle

Luz5年前 (2021-05-10)题库534
Input the length and width of the rectangle, program its perimeter and output.
###Input format:
Enter two integers separated by a space.
###Output format:
Output perimeter value.
###Input example:
```in
3000 2000
```
###Output example:
```out
ten thousand
```







answer:If there is no answer, please comment