PROGRAMMING:Calculation data and
Write a program to achieve the following functions
Input 10 integers (using int data type) with scanf to calculate the sum of all positive numbers, negative numbers and 10 numbers.
###Input format:
Data is separated by spaces
###Output format:
Refer to the sample format output
###Input example:
```in
4 6 20 -45 35 56 -23 -4 9 70
```
###Output example:
The corresponding output is given here. For example:
```out
zhengshu=200,fushu=-72,all=128
```
answer:If there is no answer, please comment
Input 10 integers (using int data type) with scanf to calculate the sum of all positive numbers, negative numbers and 10 numbers.
###Input format:
Data is separated by spaces
###Output format:
Refer to the sample format output
###Input example:
```in
4 6 20 -45 35 56 -23 -4 9 70
```
###Output example:
The corresponding output is given here. For example:
```out
zhengshu=200,fushu=-72,all=128
```
answer:If there is no answer, please comment