file rename to standards

(cherry picked from commit 412d3ff1a2)
This commit is contained in:
Krishna Vedala 2020-05-25 22:13:39 -04:00
parent 8207c776eb
commit b36322c629
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -1,5 +1,5 @@
#include<iostream>
#include <cstring>
#include <iostream>
char prime[100000000];
@ -15,7 +15,6 @@ void Sieve(int64_t n) {
}
}
int main() {
Sieve(100000000);
int64_t n;