Kemal's blog

By Kemal, 7 years ago, In English

What is the most beautiful rating graph have you ever seen?

Full text and comments »

  • Vote: I like it
  • +57
  • Vote: I do not like it

By Kemal, history, 8 years ago, In English

Hi everybody!

What does this 'Constractive Algorithms'?

Are they ad-hoc problems or something else?

Full text and comments »

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

By Kemal, history, 8 years ago, In English

Hi all! Why main.edu.pl doesn't work?

Full text and comments »

  • Vote: I like it
  • +12
  • Vote: I do not like it

By Kemal, 8 years ago, In English

In 'Recent actions', having 'New' notice would be really nice!

Full text and comments »

  • Vote: I like it
  • +12
  • Vote: I do not like it

By Kemal, history, 8 years ago, In English

Hey there!

I think everyone know what does this piece of code do:

vector <int> v = {1, 2, 3, 4};
for (int x : v)
  cout << x << " ";

prints: 1 2 3 4

Is there any way to do this in reverse order ?!

Full text and comments »

  • Vote: I like it
  • +8
  • Vote: I do not like it

By Kemal, history, 8 years ago, In English

Hey guys!
You can easily make your contest unofficial during contest. To do this you should ask your friend or someone else to give his code. Then submit it (don't change anything). After the contest your contest will be unofficial. No rating loose.

Full text and comments »

  • Vote: I like it
  • +267
  • Vote: I do not like it

By Kemal, history, 8 years ago, In English

What's the time complexity of substr() function in C++? I've tried this code by entering the string of size 10^5 , but it worked in less than one second.

Full text and comments »

  • Vote: I like it
  • +1
  • Vote: I do not like it

By Kemal, 9 years ago, In English

If we go this way there won't be any available logins to our children or our grandsons :))

Full text and comments »

  • Vote: I like it
  • +9
  • Vote: I do not like it

By Kemal, 9 years ago, In English

Where can I find past IOI's problems and where to submit them ?! Please help !!!

Full text and comments »

  • Vote: I like it
  • +6
  • Vote: I do not like it

By Kemal, 10 years ago, In English

Hello everyone! I'm new on codeforces and programming. It's my first blog entry. Sorry for my mistakes. I know some algorithms but I can't use them in contests. I ask you books for easy (beginner) or (elementary) algorithms that every programmer should know. I would be glad if someone helps me to be a good programmer. I want to solve at least 3 or 4 problems from div2. I know that it is not impossible.

Full text and comments »

  • Vote: I like it
  • +3
  • Vote: I do not like it