modified according to instructions
parent
76fbb05e9c
commit
86340027e0
|
@ -1,6 +1,8 @@
|
||||||
|
//problem link
|
||||||
|
//https://cses.fi/problemset/task/1158/
|
||||||
#include<bits/stdc++.h>
|
#include<bits/stdc++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
//bottom_up approach
|
//bottom_up approach
|
||||||
|
|
||||||
void solve()
|
void solve()
|
||||||
|
|
Loading…
Reference in New Issue