0
0

More than 1 year has passed since last update.

競技プログラミング日記#4

Posted at

計算量/工夫 (1) - for 文のループを減らす(js)

・4.解けたが少し思考したので秒で解法が思い浮かぶように復習する必要あり
(N2乗個の積の総和) = (N個の数値の和「S」) * (N個の数値の和「S」)
というのに気付けるかどうか

入力を受け取る/複数の入力を受け取る(C#)5~7

・特にないがLINQを使うように意識する

0
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
0
0