Блог пользователя ml_tss

Автор ml_tss, история, 11 месяцев назад, По-английски

Everytime I want to go outside, I see grass, and it is scary enough to make me stay inside. Do you know why this happen ? Maybe it's because it looks like persistent segment tree, that I hate. Any expert here to explain this phenomen

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

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

Автор ml_tss, история, 11 месяцев назад, По-английски

I think that AGI is fine, but in my experience, I like to make fun of my little sister who has been in a tunnel 2 month ago.

What do you think of be do what we do be want to do ?

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

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

Автор ml_tss, история, 11 месяцев назад, По-английски

I'm trying to solve TSP in constant time. But I get WA. Do someone know why this append ?

Here is my code :

#include <bits/stdc++.h>
using namespace std;

int main() {
   int answer = 1<<5;
   answer += (answer % 11);
   cout << answer << endl;
}

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

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