3 search resultsShowing 1~3 results

Stocked
cousin63

@cousin63

python C++ メモ

python 最大公約数 Q: 51と15の最大公約数は? 51÷15 = 3 あまり6 15÷6 = 2あまり3 6÷3 = 2あまり0 A: 3!! def GCD(m,n): if n==...

0
0
Comment1
cousin63

@cousin63

メモ

c = [list(input()) for _ in range(h)] ..# .#. ↓ [['.', '.', '#'], ['.', '#', '.']] def mcomb(n, k...

0
0
Comment1

3 search resultsShowing 1~3 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in