We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
For C++ solution change the return type of solve function to long long and also type of result variable in main function from where solve is being called.
Filling Jars
You are viewing a single comment's thread. Return to all comments →
For C++ solution change the return type of solve function to long long and also type of result variable in main function from where solve is being called.