LeetCode--速算机器人

it2025-08-22  11

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