photo

Andrey Smolyakov


Last seen: 1 day 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Personal Best Downloads Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to find the number of values that are odd?
If I understand you correctly, you may try something like this: x = 120:230; m = x((mod(x,11)==0 | mod(x,13)==0) & mod(x,2)==1...

4 years 前 | 2