Skip to content

Instantly share code, notes, and snippets.

@ulibo-yuki
Created June 8, 2024 07:53
Show Gist options
  • Save ulibo-yuki/d7982c44197c4e7d44787f64ca297d50 to your computer and use it in GitHub Desktop.
Save ulibo-yuki/d7982c44197c4e7d44787f64ca297d50 to your computer and use it in GitHub Desktop.
処理番号 要素0 要素1 要素2 result変数
*1 1
*1 1 2
*2 3
*3 3
*1(2週目)1 3 3 4
*2 3 7
*3 3 7
*2(3週目)2 21
*3 21

Footnotes

  1. 本来は2回かけて入力しますが省略

  2. 演算子が2回続いた(+)ため1はスキップ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment