You are viewing a single comment's thread from:RE: Programming contest 4View the full contexthurrahay (52)in #contest • 7 years ago C++ for(int i = 1; i < 1000; i = i + 2) { std::cout << i << std::endl; }