lebronjamal's blog

By lebronjamal, history, 3 weeks ago, In English

Let me set the scene. I woke up at the crack of dawn, as per usual. I hit a nasty 4 miler followed by a weightlifting session. After all, I'm super strong and jacked. For breakfast, I made a scrumptious protein shake to hit my macros. Everything was going excellently. I checked in on my online business, raking in a quick mil in the last year alone. I had spent my morning being a productive, functioning member of society.

But, alas, I quickly realized a costly mistake. Last night, while I was reading feminist literature, I had forgotten to register for the CF (code, forces) contest. By the time I had logged onto the CF (code, forces) (sponsored by TON) network, it was too late. The contest had started.

No big deal. I wasn't going to let a feeble setback spike my cortisol. I figured I would give some young bucks a shot at first place since I was on cooldown for the day. I decided to solve and submit solutions alongside the competitors, even if I couldn't gain rating from the contest.

I easily solved problem A, since that's what I do. I hit the submit button, but some weird error message came up on my screen. Perchance, my CF (code, forces) was glitched? I refreshed, then tried again. No luck. Apparently, CF (code, forces) does NOT let you submit if there is an ongoing contest you aren't registered for.

I could not register. I could not submit. I could not participate. I could not be seen. I could not be heard. I, who scored #24 in my first ever contest (legit btw) was being silenced from the very platform that I dedicated my life to. I spent the next hour drafting this message, since the rest of the problems were trivial and whatnot.

Now, I want to make a call for action. Are we going to sit here and take this disrespect, or are we going to fight for our basic human rights? Benq, jiongly, vivaciusobergunie, and ofc the undisputed goat (tourist) have shown as what it means to be great. Now, its time to choose greatness over complacency.

Bron out.

Full text and comments »

  • Vote: I like it
  • -22
  • Vote: I do not like it

By lebronjamal, 4 weeks ago, In English

I typically don't respond to allegations, but I'm feeling generous, so let's go.

I'm Jamalio, the Lebron of Codeforces. I recently participated in my first contest, achieving quite a satisfying result. What was not satisfying, however, was getting notified of some allegations against my name. Quite frankly, the whole situation has gone rogue, and I need to defend myself from further claims. Link to the original post

Before I get into that, however, I want to THANK the accuser, hassanzn04. I can tell his intent is to keep the platform safe, and I respect the keen attention to detail the Albanian possesses.

I think it's best to keep it short and jump right debunking the outlandish remarks. Two riddles were used to tarnish my name. Let's all solve them properly, which could lead us to some clues as to what's going on.

Riddle #1: Problem E

# heres a riddle for those who have a keen eye:
# what starts with A and ends with I and wrote all of the code below?

Interesting. We are given the starting and ending letters of a word and are told that it wrote the code. A naive puzzler may just guess AI at a first glance, which would most certainly incriminate me (as AI is against the rules of Codeforces). However, this answer is incorrect! The real answer to the question is A guy, NOT an AI. Note that the phrase starts with A, ends with I, and fits all the constraints! Since it says I did not use AI, it is obvious I most definitely wrote the code myself.

Riddle #2: Problem F

# here is one final riddle, and if you solve it, you can incriminate me
# fill in the blanks and use the words to construct a sentence! (hint, i removed the vowels)
# _ ch__t_d _n th_s c_nt_st _s_ng _rt_f_c__l _ntell_g_nc_

Ah, a fill-in-the-blank puzzle. Since we know that just vowels are missing, we can brute force all possibilities in $$$5^N$$$, where N is the number of blanks. One will quickly realize the only possible words are I, cheated, in, this, contest, using, artificial, intelligence. Now this is where my naive friend hassanzn04 jumped to conclusions. Where in the problem statement does it say the words together with basic punctuation? It doesn't. It says "construct a sentence". In fact, once you realize that you can swap in for an, the solution becomes quite clear:

# I contest this -- cheated? Using an artificial intelligence?

And so hassanzn04, I will once again contest your claims. You think I cheated? Do you really think a man as clever as myself would stoop to such levels? Think again. My riddles have outsmarted you, and you have made a fool of yourself.

Bron out.

Full text and comments »

  • Vote: I like it
  • -19
  • Vote: I do not like it