commit c7f333e1b50ab5b4d0d4e6ba066c2b4fee8074d7
parent 485517b059febc533b6d470ab87d13ad2903f3cc
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Mon, 2 May 2022 12:31:36 +0900
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Program.cs b/Program.cs
@@ -64,7 +64,7 @@ static void sort()
int a = 0;
int b = 0;
byte[] dates = new byte[100];
- int o1Int;
+ int o1;
//質問
string whereEncrypted;
@@ -218,7 +218,7 @@ static void encrypt()
o1[0] = bs[c];
e = BitConverter.ToString(o1);
c++;
- while (d >= c + chapter)
+ while (d + chapter >= c)
{
o1[0] = bs[c];
e += BitConverter.ToString(o1);