int singleNumber( std::vector& nums )
solution:
you have to declare the type.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int singleNumber( std::vector<int> & nums ) |
most of the c++ code that gets copied to html gets truncated and thus this happens. Following can help
https://mihirknows.blogspot.com/2020/05/code-template-in-blogger.html
No comments:
Post a Comment