2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 760
今天來解第16題啦~ 題目 題目翻譯 給定一個長度為 n 的數字陣列 nums,另外給定一個整數 target,要求從 nums 中選擇三個數字加總,其和是最...
題目 題目翻譯 給一個連結陣列,移除連結陣列從後面數來第n個節點 解題步驟 問題描述: 給定一個單鏈表,並且要求從該鏈表的倒數第 n 個節點處刪除該節點...
題目 SQLiLite 這是個簡單的sqli的問題 輸入 : ' or 2=2-- 這像是把--後面都註解 預防方法#1:Query Parameterizat...
Problem : You are given an integer array nums. You are initially positioned at t...
Problem : Given an array of integers temperatures represents the daily temperatu...
An integer x is numerically balanced if for every digit d in the number x, there...