3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

概要

mindが、謎なので調べてみた。
AtCoderシリーズ

整数 a,b,cと、文字列 s が与えられます。 a+b+c の計算結果と、文字列 s を並べて表示しなさい。

文字列内の、'1' の個数をカウントする

二つの整数a,bの積の偶奇を判定する。

文字列Sが、'dream','dreamer','erase','eraser'の組み合わせで作れるかどうかを判定する。

N個の整数値を受け取り、一度の操作ですべての数を2で割る。割り切れなくなるまで割っていった時、何回割ることが出来るか?

1以上N以下の整数のうち、10進法での各桁の和がA以上B以下であるものの総和を求めてください。

N個の整数の重複しない値の数を求める。

10000円札、5000円札、1000円札がある前提で、合計がN枚、Y円になる組み合わせを求める。

座標(0,0)を出発地点とした場合、時刻ti時点で(xi,yi)にいることができるかどうかを判定する。

N枚のカードを交互に自身の得点が最大になるように取っていった場合の、二人の得点の差分を求める。

500円玉、100円玉、50円玉を使ってXX円を支払う方法が何通りあるかを求める。

以上。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?