0
I am asking for your help, I need to optimisate my code.
https://sololearn.com/compiler-playground/cVX88t2E6Om9/?ref=app Task: find first two primes whose differance is equal to variable g. Variable m is the lower and variable n is the upper limit of searching. Between these two primes can be also another prime or primes number.
1 ответ
0
i would simply use a void function:
https://sololearn.com/compiler-playground/cXzpkAy4xF54/?ref=app