배경 없음
Gold II
問題解決
Unrated
アリーナ
factoriesGold II
factories3
Gold II 1367Gold Iまで 33

def backtracking(depth): global ans if depth == m: print(*ans) return for i in range(1, n+1) ans.append(i) backtracking(depth+1) ans.pop()

解決 458逆ライバル 10

factoriesが解決した問題一覧

並べ替え
#レベルタイトル解決ユーザー平均試行ランダム
#タイトル解決ユーザー平均試行
Bronze IV
32710
689
2.15
1,004
1.86
376
2.11
200
1.70
253
1.41
1,362
1.11
323
1.41
235
1.85
168910