Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[テストケース追加] big_integer/addition - carry_chain #1292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NachiaVivias
Copy link
Collaborator

resolve #1290

decimal と hexadecimal の両方にほぼ同じジェネレータを追加しました。

新しくジェネレータで生成されるファイルは(各問題で) 4 個です。
以下の 5 種類のデータと、それらの各数値の末尾にランダムな桁を追加したものが含まれます。

    // Case Type 1
    //   1 + 999...999
    // 4 unit

    // Case Type 2
    //   1000...000 - 1
    // 4 unit

    // Case Type 3
    //   1000...000 - 999...999
    // 8 unit

    // Case Type 4
    //   A + B = 0
    // 4 unit

    // Case Type 5
    //   A + B = 100...000*
    // 4 unit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[テストケース] Addition of Big Integers 0 -> 999 の繰り下がり
1 participant