From 14f40ba671f0b28cfa3c149cb97c9ef1d44880f1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 18 Feb 2019 18:21:19 +0000 Subject: Save 6 bytes --- ee1301/wk2/hw2_directory/strap012_2A.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301') diff --git a/ee1301/wk2/hw2_directory/strap012_2A.cpp b/ee1301/wk2/hw2_directory/strap012_2A.cpp index 35e9fed..3a7af6e 100644 --- a/ee1301/wk2/hw2_directory/strap012_2A.cpp +++ b/ee1301/wk2/hw2_directory/strap012_2A.cpp @@ -11,7 +11,7 @@ Short Program Description: Useless Counter #include using namespace std; int main () { - int countOG=0, i=0, j=0; + int countOG, i, j; do { -- cgit v1.2.3