題目Forbidden Paths
他說 websites files 會儲存在 /usr/share/nginx/html/而 flag 位置在 /flag....
今天來解YKL13(UVA10929):You can say 11
You can say 11
要則麼確認是不是 11 的倍數=>奇數位數字和與偶數位...
原文題目Given an integer array nums of unique elements, return all possible subsets(...
938. Range Sum of BST
給定一個二元搜尋樹 (BST),找到位於範圍 [low, high] 之間的所有節點的值之和。
解題思路
利用 D...
今天來解YKL20(UVA10050):Hartals
Hartals
T => 測試案例數量N => 天數P => 黨的數量接下來的代表那...
匿名函式 anonymous function 是指在 JavaScript 中沒有名稱的函式,通常用於一次性的操作或者作為參數傳遞給其他函式,此外,匿名函式不...