輸出帕斯卡三角形。Print the Pascal’s triangle.
計算 input array 中任意兩數 $min$ 後的 $max$ 值。Return the sum of $min(a_i, b_i)$ for all $i$ is maximized.
配合最大的字節空間,調整記憶體空間的使用率。
<iostream>
與 <iostream.h>
的比較。
檢查一個 array 中漏掉的數字。Return an array of all the integers in the range [1, n]
that do not appear in nums.
請計算整數 n 以內有幾個質數。Given an integer n, return the number of prime numbers that are strictly less than n.