diff --git a/src/P1352/P1352.cpp b/src/P1352/P1352.cpp new file mode 100644 index 0000000..4c4f291 --- /dev/null +++ b/src/P1352/P1352.cpp @@ -0,0 +1,23 @@ +#include +#include +#include + +using std::cin, std::cout; +using ll = int64_t; +const ll max_n = 6e3+5; +ll n, r[max_n]; +std::vector sons[max_n]; + + + +int main(){ + cin>>n; + for(ll i{1};i<=n;i++){ + cin>>r[i]; + } + for(ll i{1};i>l>>k; + sons[k].emplace_back(l); + } +} \ No newline at end of file