Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Don't worry about it, everyone can have a bad day sometimes, or miss a little mistake with great consequences.
You'll survive! -
At least it happened at a competition and not like a job interview or something? 🤷🏻♂️
Gotta be optimistic sometime lol -
@Minion Jaaaaaaaaaa :(
Hatte:
// col = column index in grid
// j = index in parsed string
int val = int.Parse(coords[n + col].Trim());
Hätte aber haben sollen:
// col * 3 = offset in string for j
int val = int.Parse(coords[n + col * 3].Trim());
Erst nach 45 Minuten rausgefunden. :( -
@Minion Bin Solo, filthyCode.
Bin jetzt auch beim Classic CC wieder, hoffe ich habe da weniger Pech :) -
@Minion oof.
Mach dir nix draus, selbst Timo, die Legende, hat nur Platz 71 geschafft. Big oof -
Honestly, I wasted 3+ hours on the next contest because I couldn't solve the third level. :(
Related Rants
I hate myself sometimes.
I wasted 45 minutes in a 2 hour coding competition... Because I forgot to multiply a number by 3.
Now I'm sad because I got a bad rank due to that wasted time, making me unable to complete the next level because there was not enough time left. :(
rant
coding contest
coding competition