mirror of
https://github.com/Hizenberg469/Algorithms-snippets.git
synced 2026-04-19 22:52:23 +03:00
Leetcode Template
This commit is contained in:
@@ -12,6 +12,8 @@ public:
|
|||||||
|
|
||||||
int main( int argc, char* argv[] ){
|
int main( int argc, char* argv[] ){
|
||||||
|
|
||||||
|
ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
|
||||||
|
|
||||||
Solution sol;
|
Solution sol;
|
||||||
|
|
||||||
//solution function call...
|
//solution function call...
|
||||||
|
|||||||
Reference in New Issue
Block a user