kali.ok's blog

By kali.ok, history, 8 years ago, In English

Hi guys , - in every contest i post a motivation comment and always gets vote down - why this thing happening for me ?

Full text and comments »

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

By kali.ok, history, 8 years ago, In English

in the last contest i have participate there a problem called "Johny Likes Numbers" " 678A - Johny Likes Numbers " as i found the shortest c++ solution was using one line


#include <cstdio> int main() { int n, k; scanf("%d %d",&n, &k); printf("%d\n",(n / k + 1) * k); }

how i can found this short formula to solve mathematical problems i've tried on several problems that had mathematical formula and found it's very hard to get it done can anyone advice me to get more powerful in problems like this ?

Full text and comments »

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

By kali.ok, history, 8 years ago, In English

Hello My friends , i wounder if Practice on IOI Problems Can make me Do well In Codeforces Problems or not , Thanks

Full text and comments »

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