From bff093bf9b097e945bb8ce7dd698aeac38f1fa1f Mon Sep 17 00:00:00 2001 From: samthebryant <32334357+samthebryant@users.noreply.github.com> Date: Thu, 12 Oct 2017 10:53:06 -0500 Subject: [PATCH] Update TEST.cpp --- TEST.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TEST.cpp b/TEST.cpp index fe7a90f..b59ab72 100644 --- a/TEST.cpp +++ b/TEST.cpp @@ -37,14 +37,14 @@ int main() { fastIO; - while (true) + while (true) // keep going until break action { ll n; fastscan(n); - if (n==42) + if (n==42) break; else - cout<