PROGRAMMING:The sum of 10 numbers divisible by 5
Input 10 integers from the keyboard and find the sum of the numbers that can be divided by 5.
###Input format:
Enter 10 integers separated by spaces on one line.
###Output format:
Output in the order of "s = result" in one line, the result is the integer output as is, without other additional formats.
###Input example:
```in
1 2 3 4 5 6 70 8 9 11
```
###Output example:
```out
s=75
```
answer:If there is no answer, please comment
###Input format:
Enter 10 integers separated by spaces on one line.
###Output format:
Output in the order of "s = result" in one line, the result is the integer output as is, without other additional formats.
###Input example:
```in
1 2 3 4 5 6 70 8 9 11
```
###Output example:
```out
s=75
```
answer:If there is no answer, please comment