Comments

Ciel and Duel: Assignment problem (Hungarian algorithm)??? I tried it but failed on test 28.

On XellosInvitation to IPSC 2013, 13 years ago
0

Did anyone else get this for C1?

CHANGE 1607055075 TO 0

then

GE 1704106159 TO 1

then

GE 1 TO 1

On d891320478Round #129 div2 Problem #c, 14 years ago
0

Yours is shorter, but it takes longer to type.

  1. Integer.toString(x).length();

  2. Integer.toString(x,17).length(); // Different base

Since it's a string operation I use it when I know it won't effect too much on the speed.

On d891320478Round #129 div2 Problem #c, 14 years ago
0

Here's an even faster way :)

  1. Integer.valueOf(x).toString().length();

  2. (""+x).toString().length();

This is not even his code... He copied it from fushar's blog.

On dalexTwo funny chess problems, 15 years ago
0

Solution to the second that works!
On dalexTwo funny chess problems, 15 years ago
0
I didn't know that.
On dalexTwo funny chess problems, 15 years ago
0

Not a solution: It seems the bottom left square is a1
On dalexTwo funny chess problems, 15 years ago
0
yeah :0
On dalexTwo funny chess problems, 15 years ago
0

Wrong Solution :)
On RipattiCodeforces Beta Round #81, 15 years ago
0

I agree too, but if you check the sample test you'll notice that the output is only possible if after multiplication the skill is below 100.

edit: I didn't see that victor.juquila had posted sry
On RipattiCodeforces Beta Round #81, 15 years ago
0

in java if we have k as float instead of double it would pass the hacks... too bad I had it as double too.
On Alex_KPRCodeforces Beta Round #80, 15 years ago
+4
I'm another person with a birthday today :D
On ConnectorContests frequency, 15 years ago
0
Can you tell me more about this ITMO Training?
Is it some online site for algorithm training or something?