Search found 3 matches
- Wed Jul 29, 2009 10:10 am
- Forum: Volume 1 (100-199)
- Topic: 183 - Bit Maps
- Replies: 15
- Views: 3447
Re: 183
If the length of the map is the multiplication of 50, your code will output two new lines.
- Thu Jul 23, 2009 9:05 pm
- Forum: Volume 1 (100-199)
- Topic: 114 - Simulation Wizardry
- Replies: 80
- Views: 9426
Re: WHY WA!114!!!!!!!!!!!!!!!!!!!!!!!!!!!
The code should be like this:
if(timeleft <= 1)return one_point;
timeleft -= gettime(sx,sy);
one_point += getpoint(sx,sy);
If you have a lifetime 1, you cannot have the score, but if you have a lifetime larger than 2, even if you have a negative lifetime after bump, you will have the score.
if(timeleft <= 1)return one_point;
timeleft -= gettime(sx,sy);
one_point += getpoint(sx,sy);
If you have a lifetime 1, you cannot have the score, but if you have a lifetime larger than 2, even if you have a negative lifetime after bump, you will have the score.
- Tue Jul 21, 2009 1:08 am
- Forum: Volume 1 (100-199)
- Topic: 164 - String Computer
- Replies: 120
- Views: 13802
Re: 164 WA
for an instance
a acc
your answer is: D02cD03c
But it should be D02cD02c
a acc
your answer is: D02cD03c
But it should be D02cD02c