2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 26
2024-09-29
281
0
Linux 基礎指令與使用者管理 Kernel Space vs User Space 區分成這樣是為了讓 Kernel 方便管理 User Space 的...
Day 11
2024-09-25
280
0
今天也來解Reverse的題目 題目 GDB baby step 3 0x2262c96b 最後會移動到記憶體位置 (determined by RBP-4)設...
今天就來第9題吧~ 題目 題目翻譯 判斷一個整數是否是回文數。回文數是指正序(從左向右)和倒序(從右向左)讀都是一樣的整數。 解題思路 1.處理特殊情況:(1...
Day 11
2024-09-14
280
0
前言 本日進度: [x] 6 題 web 前言 Writeup 第一題:Local Authority 先隨便登登看 然後看一下原始碼,發現他的檢查方式...
Day 28
2024-10-12
279
0
Problem : You are given an array prices where prices[i] is the price of a given...
嘿嘿,又到了我們來挑戰 Leetcode 的時候啦!今天我們要處理的題目是 Merge Intervals,光聽名字就覺得像在玩拼圖一樣,把重疊的區間合併在一...