From e91cd3e77d26f96bba319bc246544fb98edaee56 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar <60790645+Abhi23raj472@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:39:39 +0530 Subject: [PATCH] Update candles-2.cpp --- candles-2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/candles-2.cpp b/candles-2.cpp index f4d1a82..e3d66de 100644 --- a/candles-2.cpp +++ b/candles-2.cpp @@ -1,3 +1,4 @@ +//CANDLE 2.CPP #include #include using namespace std; @@ -69,4 +70,4 @@ int main() } cout << s[(1 << k) - 1].query(50001) << endl; return 0; -} \ No newline at end of file +}