manthan's blog

By manthan, history, 3 years ago, In English

Congratulations jiangly sir for becoming #1 on Codeforces.

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

| Write comment?
»
3 years ago, hide # |
 
Vote: I like it +328 Vote: I do not like it

Thank you!

»
3 years ago, hide # |
 
Vote: I like it -16 Vote: I do not like it

Don't worry tourist will be #1 again :)

»
3 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

contest killed tourist

»
3 years ago, hide # |
 
Vote: I like it -9 Vote: I do not like it

»
3 years ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

Is jiangly female or male. Can;t really understand because some sites on google say she is female and I have seen moustache on this face on google codejam site so can't really tell.

»
15 months ago, hide # |
 
Vote: I like it -10 Vote: I do not like it

Does Jiangly write std:: every time, or is there a shortcut or trick?

  • »
    »
    15 months ago, hide # ^ |
    Rev. 2  
    Vote: I like it -13 Vote: I do not like it

    We use using namespace std; only in CP. In general programming, namespaces are not included because it can make difficulties while implementing namespaces.