2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
An integer x is numerically balanced if for every digit d in the number x, there...
Day 24
2024-10-08
344
0
題目 SQLiLite 這是個簡單的sqli的問題 輸入 : ' or 2=2-- 這像是把--後面都註解 預防方法#1:Query Parameterizat...
Day 20
2024-09-20
344
0
題目 214. Shortest Palindrome難度: 難! 題意 給定一字串s,在s前加入字元使s成為回文。範例1Input: s = "aa...
題目1:打印 "Hello World" 在finder裡面創一個名叫ithome_Day1的資料夾,裡面建一個app.py檔,在這個檔裡面...
Day 25
2024-09-28
343
0
Writeup 第一題:Verify 把每一個檔案都拿去 decrypt 一次,然後看有沒有正確的 hash 可以得到 flag。 find ./files -...
Day 27
2024-10-11
343
0
前言 嘿嘿~我們又來啦!延續上次那道 Longest Valid Parentheses 的題目,上次我們用的是堆疊方法來解決這個「括號迷宮」,今天我們換一...