Merge branch 'master' of ssh://git.pzwietering.nl:55555/flip/contests

This commit is contained in:
2022-05-29 23:42:34 +02:00

View File

@@ -1,5 +1,3 @@
#include <bits/stdc++.h> #include <bits/stdc++.h>
using namespace std; using namespace std;
@@ -54,7 +52,6 @@ int main(){
} }
cout << dp[0][0] << endl; cout << dp[0][0] << endl;
auto duration = chrono::duration_cast<chrono::milliseconds>(chrono::high_resolution_clock::now() - start); auto duration = chrono::duration_cast<chrono::milliseconds>(chrono::high_resolution_clock::now() - start);
cout << (float)duration.count()/1000 << endl; cout << (float)duration.count()/1000 << endl;
return 0; return 0;