From 462b7138a0b33e641f496b9bb7690209798b14c8 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Tue, 20 Apr 2021 23:23:56 +0200 Subject: [PATCH] Added std to cout because vscode was a lil' bitch --- 060/main.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/060/main.cpp b/060/main.cpp index e18e623..ea25551 100644 --- a/060/main.cpp +++ b/060/main.cpp @@ -118,8 +118,7 @@ vector> aPriori(const vector(chrono::high_resolution_clock::now() - start); - cout << (float)duration.count()/1000 << endl; + std::cout << (float)duration.count()/1000 << endl; return 0; } \ No newline at end of file