Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated template and template_demo.cpp #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

piyush-fs-dev
Copy link

Hi there Rachit, I recently saw your video on youtube regarding competitive programming tips, where you discussed your cp code file. I cherry-picked those macros which I was able to understand. Your video helped me a lot. But after picking some of the macros out when I compiled my code file, I encountered an error regarding in the expansion of pl which was the by default namespace given for typedef pair<ll,ll> pl; but because the template also had #define pl printf("%lld",x) , the pl naming was not working out for both instance, so i just named the typedef one as pll, and it solved the issue. It would be great if you can comment on this, whether my finding was because of wrong reason, or right. It would be very helpful. And thank you for making videos on youtube, your videos have helped me lot, to start my journey in cp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant