You are given an array of non-overlapping intervals intervals where intervals[i...
121. Best Time to Buy and Sell Stock
題目描述
給定一個陣列 prices,其中 prices[i] 表示某支股票在第 i...
題目 flag leak
提示有說是Format Strings
測試一下有沒有 format string的問題,如果輸入以下兩個,就會直接 print 出...
今天我們來解一道 LeetCode 的經典題目:Longest Substring Without Repeating Characters。這道題目考驗字串處...
Given an integer array nums of length n, you want to create an array ans of leng...
紀錄2024/09/28的雙週賽結果
題號
難度
結果
完成時間
Q1
EASY
AC
00:02:20
Q2
Medium
AC (WA P...