+ 1
C++, asking for libraries! (read desc)
There are a lot of shortcuts in c++, which is good, but as a beginner i would like to skip them. Are there any library that can help me by adding print instead of cout and stuff like that?
2 Answers
+ 1
But why you want this?
Did you know `cout` or `cin` brings a lot of ease in use? For example, there's no need to know specific details like format specifiers etc. when reading input or writing output using these streams.
+ 1
Use #include<bits/stdc++.h> Ipang đ