file rename to standards

This commit is contained in:
Krishna Vedala 2020-05-25 22:13:39 -04:00
parent 0e3a57ab3f
commit 412d3ff1a2
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;