2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 758
Day 30
2024-10-14
152
0
今天來解YKL34(UVA10101):Bangla Numbers Bangla Numbers 'kuti' (10000000), 'lakh' (10...
今天也來解Reverse的題目 題目 unpackme.py import base64 from cryptography.fernet import Fe...
Day 29
2024-09-12
151
0
944. Delete Columns to Make Sorted tags: Easy、Sort You are given an array of n...
在「Valid Parentheses」這道題目中,我們需要判斷一個只包含括號的字串是否有效。有效的括號字串需要符合以下條件: 每個左括號 (、[、{ 必須有...
Day 12
2024-09-26
150
0
DAY 12 試題 問題描述 給定一個整數陣列 nums,要求找出所有三元組 [nums[i], nums[j], nums[k]],使得: i != j、...
Day 27
2024-10-11
150
0
原文題目 Given an array nums of size n, return the majority element. The majority el...