mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
file rename to standards
This commit is contained in:
parent
0e3a57ab3f
commit
412d3ff1a2
@ -1,5 +1,5 @@
|
|||||||
#include<iostream>
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
char prime[100000000];
|
char prime[100000000];
|
||||||
|
|
||||||
@ -15,7 +15,6 @@ void Sieve(int64_t n) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
Sieve(100000000);
|
Sieve(100000000);
|
||||||
int64_t n;
|
int64_t n;
|
Loading…
Reference in New Issue
Block a user