Beginners Brevity Contest: BUZZ

Online C++ programming contests.

Moderators: Darobat, RecursiveS, Dante Shamest, Bugdude, Wizard, raimo

Postby Emery » Sun Sep 18, 2005 7:53 am

Is that '101' or 'lol'?
--~~~~
User avatar
Emery
 
Posts: 4313
Joined: Sat Mar 19, 2005 9:16 am

Postby Alvaro » Sun Sep 18, 2005 1:20 pm

103. Getting there...
User avatar
Alvaro
Moderator
 
Posts: 5185
Joined: Mon Sep 22, 2003 4:57 pm
Location: NY, USA

Postby Darryl » Sun Sep 18, 2005 2:46 pm

Corsix wrote:Can our entries rely on the fact that the framework only goes up to 100?


no, i only use 100 for quick test, the final goes to million
User avatar
Darryl
 
Posts: 1342
Joined: Wed Sep 01, 2004 10:50 am
Location: Cayman Islands

Postby Corsix » Sun Sep 18, 2005 3:12 pm

I've got to 283250 with errors and getting bored :p
Code: Select all
#include <stdio.h>
char*_="XxTIHRCXCxTIHRXRCxTIHXHRCxTIXIHRCxTXTIHRCxXxTIHRCX";
int main(int l){for(l+=7;l!=putchar(010);++l);if(*(++_))main
(*_!=88?(putchar(*_^073)|putchar(33))&1:0xffff2a8b);}
User avatar
Corsix
 
Posts: 1181
Joined: Fri Jul 23, 2004 9:33 am
Location: Berkeley, UK

Postby Darryl » Mon Sep 19, 2005 6:00 am

Corsix wrote:I've got to 283250 with errors and getting bored :p

if you pipe your output to a file, it finishes relatively quick

it produces a 25 meg file but unlike your file it opens easily because all 25 meg is not on 1 line
User avatar
Darryl
 
Posts: 1342
Joined: Wed Sep 01, 2004 10:50 am
Location: Cayman Islands

Postby c2.0 » Mon Sep 19, 2005 9:42 am

Why would you want to output all the expected behaviour anyway?
Surely you'll just need to see whenever something unexpected happens... :roll:
c2.0
 
Posts: 43
Joined: Sun Nov 07, 2004 5:50 pm
Location: Scotland

Postby Darryl » Mon Sep 19, 2005 9:49 am

c2.0 wrote:Why would you want to output all the expected behaviour anyway?
Surely you'll just need to see whenever something unexpected happens... :roll:


It's a mental thing, I was simulating the game, but you are right I really should only output the mistakes.

edit: it does provide proof for others verify that the other entries are correct and that the framework isn't letting wrong answers through
User avatar
Darryl
 
Posts: 1342
Joined: Wed Sep 01, 2004 10:50 am
Location: Cayman Islands

Postby exomo » Tue Sep 20, 2005 6:18 am

Corsix wrote:Yee-haa:
corsix.h 101

:cry: :cry: :cry: :cry: :cry:
I have completely rearranged my code again, its 155 tokens now and there is no include any more. But I cant think of a better algorithm that would save more than 50 tokens.
Im really excited to see the other codes.
I hope at least I can find something in the last 10 days.
Who needs a signature anyway.
User avatar
exomo
 
Posts: 879
Joined: Fri Sep 26, 2003 12:30 pm
Location: germany->baden

Postby gamma » Tue Sep 20, 2005 8:09 am

Darryl wrote:So where is Togra, Gamma? I made this one simple as to not take up too much time so they could enter.
I'm right here! The idea is simple indeed. I have seen this before in the dutch programming championship. Slightly different.

The problem is that is is trivial (for me at least) to make a correct program; it's the "token nibbling" that consumes load of time. With such contest, I go to bed with pencil and paper (no laptop allowed in the bed room!). Can't sleep for a few hours while it only yields potentially great ideas to have a very interesting program (unreadable) that will consume probably 1 or 2 more tokens then the original.

Well, you get my drift by now. (I'm still working on the card game by the way.)

Again, I want to enter. Unfortunately, it wasn't until today that I knew about this contest (thanks for the pointer Togra!). Costs me 11 days... only 10 left.



Is there a messanger service when new threads are made in a category?
while (true){sleep(28800);work(57600);}
"Free" as in speech is so much better than "free" as in beer.
User avatar
gamma
 
Posts: 178
Joined: Mon Dec 01, 2003 9:16 am
Location: The Netherlands

Postby Safari » Tue Sep 20, 2005 12:05 pm

gamma wrote:Is there a messanger service when new threads are made in a category?

Watch this topic for replies? Or that's for a new post in a thread.

Btw, Couldn't we make some kind of RSS-feed with the lastets posts or something?
你 好!
User avatar
Safari
 
Posts: 1362
Joined: Sun Sep 19, 2004 11:07 am

Postby coolian » Tue Sep 20, 2005 1:01 pm

Safari, I had brought that up a few months ago (RSS feeds, that is) but Wizard replied that that wasn't needed.
User avatar
coolian
 
Posts: 1012
Joined: Wed Oct 29, 2003 6:17 pm
Location: USA

Postby gamma » Wed Sep 21, 2005 1:00 am

Safari wrote:
gamma wrote:Is there a messanger service when new threads are made in a category?

Watch this topic for replies? Or that's for a new post in a thread.

I was aiming at receiving an e-mail whenever a new topic (that is the name I was looking for) is created in the section 'contest'.

(I'm not a regular visitor of any site, but I want to compete in these lovely contests (if time allows me to). Usually, Togra is my messenger service :-). Otherwise, I have to script something, like 'wget cpp-forum; diff output old_output; if change mail gamma subject "new contest on cpp?"'.)
while (true){sleep(28800);work(57600);}
"Free" as in speech is so much better than "free" as in beer.
User avatar
gamma
 
Posts: 178
Joined: Mon Dec 01, 2003 9:16 am
Location: The Netherlands

Postby Safari » Wed Sep 21, 2005 4:53 am

Ooor you could create a new thread in the contest section, press "Watch this topic for replies" and I bet soeone will bump the thread up whenever a new contest comes along :wink:
你 好!
User avatar
Safari
 
Posts: 1362
Joined: Sun Sep 19, 2004 11:07 am

Postby gamma » Wed Sep 21, 2005 4:55 am

Safari wrote:Ooor you could create a new thread in the contest section, press "Watch this topic for replies" and I bet soeone will bump the thread up whenever a new contest comes along :wink:
That's a nice quick fix! I like it! Good thinking.
while (true){sleep(28800);work(57600);}
"Free" as in speech is so much better than "free" as in beer.
User avatar
gamma
 
Posts: 178
Joined: Mon Dec 01, 2003 9:16 am
Location: The Netherlands

Postby Togra » Fri Sep 23, 2005 3:09 pm

Well, I just started with this contest :)! Don't worry, first working and properly tested version is 160 tokens. This time, I'll have at least something to submit.
Togra
 
Posts: 188
Joined: Wed Jul 28, 2004 8:51 am
Location: NL

PreviousNext

Return to Contests

Who is online

Users browsing this forum: No registered users and 1 guest