4 lines
88 B
Python
4 lines
88 B
Python
# https://leetcode.cn/problems/trapping-rain-water/
|
|
if __name__ == "__main__":
|
|
pass
|