2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
編碼才不是加密 編碼(encoding)和加密(encryption)經常被混淆。認為只要數據被轉換成另一種看不懂的形式,那就是安全的。這種想法其實是對加密與編...
Day 17
2024-10-01
238
0
前言 嘿嘿~今天要解一道看起來有點複雜但其實可以很簡單的題目,叫做 Subarray Sum Equals K(子陣列和等於 K)。這題的意思是,我們有一個...
Day 18
2024-10-02
238
0
Problem : You are climbing a staircase. It takes n steps to reach the top. Each...
Day 17
2024-10-01
238
0
原文題目Given an array of integers nums and an integer k, return the total number of...
Day 12
2024-09-26
238
0
換一下主題來打Pwn 題目 heap 0 overflows 只是一個 stack 的問題嗎? run起來可以看到是個heap問題Heap 通常是從較低地址往高...
Day 16
2024-09-30
237
0
今天來解YKL16(UVA272):TeX Quotes TeX Quotes 基數為 " => ``偶數為 " => ''...