Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコーヒースクリプトのショートカットは何ですか
if x then x += 1 else x = 0
私はSPOJ問題PGCDを解決しようとしています。これは、最大公約数のテーブルにいくつの素数が現れるかを尋ねます。
私の頭に浮かんだ最初のアイデアは、ふるい分けによって最初に素数を生成することです。