Блог пользователя kali.ok

Автор kali.ok, история, 8 лет назад, По-английски

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • -33
  • Проголосовать: не нравится

Автор kali.ok, история, 8 лет назад, По-английски

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 ?

Полный текст и комментарии »

  • Проголосовать: нравится
  • -4
  • Проголосовать: не нравится

Автор kali.ok, история, 8 лет назад, По-английски

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • -9
  • Проголосовать: не нравится