From 102d2c63a5d294a6e1e1baee4ad55a771308b5a7 Mon Sep 17 00:00:00 2001 From: Kenichi Hatakeyama Date: Tue, 28 Apr 2015 17:12:47 -0500 Subject: [PATCH 1/3] I follow Joe. --- test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.cpp b/test.cpp index fa1cb97..7a12af4 100644 --- a/test.cpp +++ b/test.cpp @@ -4,6 +4,9 @@ const int N = 100; int main() { + std::cout << "aaa" << std::endl; + + /* bool sieve[N]; for(bool& element : sieve) element = true; for(int i = 2; i*i< N; ++i) @@ -21,4 +24,5 @@ int main() { if(sieve[i]) std::cout << i << std::endl; } + */ } From 3349949946c640996d88c88e5585fdc5dc152bdb Mon Sep 17 00:00:00 2001 From: Kenichi Hatakeyama Date: Tue, 28 Apr 2015 17:19:20 -0500 Subject: [PATCH 2/3] test --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index 7a12af4..5d6953d 100644 --- a/test.cpp +++ b/test.cpp @@ -5,7 +5,7 @@ const int N = 100; int main() { std::cout << "aaa" << std::endl; - + std::cout << "bbb" << std::endl; /* bool sieve[N]; for(bool& element : sieve) element = true; From 229d4e1590acbd2866a203efc6329919c8f9a4df Mon Sep 17 00:00:00 2001 From: Kenichi Hatakeyama Date: Tue, 28 Apr 2015 17:51:00 -0500 Subject: [PATCH 3/3] more changes have been made to test.cpp adding nonsense --- test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test.cpp b/test.cpp index 5d6953d..d2ab224 100644 --- a/test.cpp +++ b/test.cpp @@ -6,6 +6,7 @@ int main() { std::cout << "aaa" << std::endl; std::cout << "bbb" << std::endl; + std::cout << "ccc" << std::endl; /* bool sieve[N]; for(bool& element : sieve) element = true;