diff --git a/ypsu.cpp b/ypsu.cpp index f1362c0..19143a8 100644 --- a/ypsu.cpp +++ b/ypsu.cpp @@ -393,9 +393,9 @@ } int main(void) { - //int n = 100000000; + int n = 100000000; //int n = 10000000; - int n = 64; + //int n = 64; for (auto inputtype : inputtypes) { printf("%10s", inputtype.c_str()); fflush(stdout);