Merge branch 'master' of ssh://git.pzwietering.nl:55555/flip/contests
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user