ml_tss's blog

By ml_tss, history, 8 months ago, In English

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

Full text and comments »

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

By ml_tss, history, 8 months ago, In English

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 ?

Full text and comments »

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

By ml_tss, history, 8 months ago, In English

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;
}

Full text and comments »

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