Closed indraneelpatil closed 3 years ago
https://github.com/kamyu104/LeetCode-Solutions/blob/bd9eabcffedba0fadc0a9a96c61f08128cecd1cf/C%2B%2B/increasing-triplet-subsequence.cpp#L12
Is this equivalent to two separate lines like :
Yes, it does.
This syntax is same as
int a = 0, b = 0;
Okay thanks!
https://github.com/kamyu104/LeetCode-Solutions/blob/bd9eabcffedba0fadc0a9a96c61f08128cecd1cf/C%2B%2B/increasing-triplet-subsequence.cpp#L12
Is this equivalent to two separate lines like :