Skip to content

Commit

Permalink
clarified candies with note
Browse files Browse the repository at this point in the history
  • Loading branch information
megargayu committed Oct 15, 2022
1 parent 17e452d commit e214f42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google/roundC2020/candies/candies.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// https://codingcompetitions.withgoogle.com/kickstart/round/000000000019ff43/0000000000337b4d
// NOTE: This solution only solves the first test case set.

#include <bits/stdc++.h>
using namespace std;
Expand All @@ -9,8 +10,6 @@ using namespace std;
vector<int> vals(MAX_N + 1);
vector<ll> ps(MAX_N + 1), mps(MAX_N + 1);

// TODO: solve whole problem with segtrees?

int main()
{
int T;
Expand Down

0 comments on commit e214f42

Please sign in to comment.