If you've never heard of the ACM, it's the Association for Computing Machinery. If you've never heard of the ACM International Collegiate Programming Contest, read about it here.

I'd heard of the ACM (I meant to join this year, but scheduling conflicts don't allow for it). I hadn't heard of the ACM ICPC until a friend of mine at RPI asked me if I was interested in competing. I said sure. I was hoping I could use Perl. Nuh-uh. C, C++, or Java. Guess which one I sided with. ;)

So on Saturday, I got up at 6:00 am, and went to Western New England College for the Regional Semifinal. There were 18 teams. My school sent three teams -- however, two of the teams were down one person (three people per team normally). So my partner and I were at a disadvantage, maybe. We had five hours to tackle seven problems, using only one machine. And it was MS Visual C++. (I wrote C, though. C++ is unnecessary for these tasks.)

We came in fourth. We got four of the seven done. Only the top three teams go on. :( But wait! There is a rule that a school can only have one team advance to the finals, and MIT had one team place at Western New England College, and one team place at Boston! So that means they have to let one team drop out, and the two fourth place teams get to advance!

I'm very thrilled. Not until now was I confident of my ability to program well in C. Now I know I'm not entirely spoiled by Perl. Hell, I was using linked lists!

So that's my story. I'm excited. November 3rd is the (update) Regional Final. Time to brush up on some more essential algorithms!

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;


In reply to ACM Programming Competition by japhy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.