Closed zouquan741 closed 5 years ago
Of course I know It's a different type. I mean there is two long type in this line, the second one should be changed to long long. And "culumn" is a typo.
I have created a new PR in dev branch with clear description and all these two problem fix, please check it.
@zauguin Oh, sorry i read your fix as the original 😅 Thanks for spotting that, the PR is now merged.
It's actually a different type,
long long
is the equivalent ofint64
in C++.