diff options
Diffstat (limited to 'expt_0604.cpp')
| -rw-r--r-- | expt_0604.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/expt_0604.cpp b/expt_0604.cpp index a1dbf26..1109bcb 100644 --- a/expt_0604.cpp +++ b/expt_0604.cpp @@ -52,6 +52,7 @@ int main(int argc, char const *argv[]) { if (limit <= 0) { limit = max_limit; } + auto s = measure("stdio", stdio); auto f = measure("fstream", fstream); std::cout << (s < f ? "stdio" : "fstream") << " win\n"; |
