From ef4527f62afde0714aba422c1fc729ac5d8ab2c5 Mon Sep 17 00:00:00 2001 From: palmkeep Date: Tue, 6 Apr 2021 12:40:38 +0200 Subject: [PATCH] Update p100.c --- u100-the-3n+1-problem/p100.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/u100-the-3n+1-problem/p100.c b/u100-the-3n+1-problem/p100.c index 89daedc..f3471f1 100755 --- a/u100-the-3n+1-problem/p100.c +++ b/u100-the-3n+1-problem/p100.c @@ -25,8 +25,8 @@ int main() int aOrig, bOrig; int i; - while( scanf("%d %d\n",&a,&b)==2 ) { - + while( scanf("%d %d\n",&a,&b)==2 ) + { aOrig = a; bOrig = b;