Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Required fields*

Sum of primes between given range

Write the shortest code for finding the sum of primes between \$a\$ and \$b\$ (inclusive).

Input

  1. \$a\$ and \$b\$ can be taken from command line or stdin (space seperated)
  2. Assume \1ドル \le a \le b \le 10^8\$

Output Just print the sum with a newline character.

Bonus Points

  1. If the program accepts multiple ranges (print one sum on each line), you get extra points. :)

Answer*

Draft saved
Draft discarded
Cancel
1
  • \$\begingroup\$ As is, your code is not adding y, if prime. You have to use while(x<=y) instead, adding one byte. On the other side, you can omit one space here: "%d %d".Try it online! \$\endgroup\$ Commented Jun 2, 2021 at 12:52

AltStyle によって変換されたページ (->オリジナル) /