Is there any method for fast input of std::string
in c++
, instead of using std::cin
?
As for fast input of numbers we can use getchar_unlocked()
in our custom function.
Any help would be really appreciated.
Is there any method for fast input of std::string
in c++
, instead of using std::cin
?
As for fast input of numbers we can use getchar_unlocked()
in our custom function.
Any help would be really appreciated.