LeetCode--速算机器人

it2025-08-22  2

public int calculate(String s) { return 1 << s.length(); }
最新回复(0)