MaCoredroid / The-distance-of-prime-

Print the biggest distance of adjacent prime between two large numbers. The number can be up to 2^64, and if the distance between two large numbers is smaller than 10^5, the executive time will be limited in one second. This is my work in the course of digital structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Print the biggest distance of adjacent prime between two large numbers. The number can be up to 2^64, and if the distance between two large numbers is smaller than 10^5, the executive time will be limited in one second. This is my work in the course of digital structure


Languages

Language:C++ 100.0%