• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Switch to Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Steem Proposals 
  • Developer Portal 
  • Steem Bluepaper 
  • SMT Whitepaper 
  • Steem Whitepaper 
  • Privacy Policy
  • Terms of Service
Homeby Witness Moecki
LoginSign up
You are viewing a single comment's thread from:

RE: Programming contest 4

  • View the full context
clevershovel (52)in #contest • 7 years ago (edited)
#include <iostream>

int main()
{
 for (int i = 1; i < 1000; i += 2)
  std::cout << i << std::endl;
 return 0;
}
7 years ago in #contest by clevershovel (52)
$0.00
    Reply 0