Leetcode Template

This commit is contained in:
2024-04-26 22:04:20 +05:30
parent 4e247e4e64
commit 3672f7f2b3

View File

@@ -12,6 +12,8 @@ public:
int main( int argc, char* argv[] ){
ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
Solution sol;
//solution function call...