From 9ebee76e1e42685d927371127c076339a6e2303c Mon Sep 17 00:00:00 2001 From: Abhay7838 <116904108+Abhay7838@users.noreply.github.com> Date: Fri, 28 Oct 2022 21:36:42 +0530 Subject: [PATCH] Update stripes.cpp --- stripes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stripes.cpp b/stripes.cpp index f423cc7..a5e378c 100644 --- a/stripes.cpp +++ b/stripes.cpp @@ -23,7 +23,7 @@ int main() cin >> t; while (t--) { - int red = 0, ak = 0; + int red = 0, ak = 0; string a[8]; for (int i = 0; i < 8; i++) { @@ -64,4 +64,4 @@ int main() } } return 0; -} \ No newline at end of file +}