MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/Maths/seiveOfEratothenes.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17int main(){
18 int n;
19 cin>>n;
20 printAllPrime(n);
21 return 0;
22}

Callers

nothing calls this directly

Calls 1

printAllPrimeFunction · 0.85

Tested by

no test coverage detected