diff --git a/ypsu.cpp b/ypsu.cpp index a6fc8f6..ea993ed 100644 --- a/ypsu.cpp +++ b/ypsu.cpp @@ -350,7 +350,7 @@ int main(void) { //int n = 100000000; - int n = 10000000; + int n = 40000000; for (auto inputtype : inputtypes) { printf("%10s", inputtype.c_str()); fflush(stdout);