Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
“What I cannot create, I do not understand.” – Richard Feynman
Python 137 14
my blog
C++
9 5
C 8 2
Python
同一段python3的代码点击提交和点击直接执行,输出结果却不一样哦 下面是代码 class Solution: def nextGreaterElement(self, n: int) -> int: stk = [] n_str_list = list(str(n)) idx = 0 i =
提交
直接执行
Seeing something unexpected? Take a look at the GitHub profile guide.