_MyAngelGasai's blog

By _MyAngelGasai, history, 13 months ago, In English
  1. Non-breath oblige (15 voices cover was phenomenal)
  2. Kami no Kotoba (that section after the second chorus)
  3. Any Phao song (seriously, maybe only Vietnamese music I listen to) + Bac Bling (who tf knows)
  4. Bad Apple (? it's good)
  5. Random phonk songs that I'm too lazy to list (Loneliness, Heavenly Key, that type)
  6. VOCALOID
  7. Aimslop music
  8. Uhh, that's it? (for now)

What about you :D?

Full text and comments »

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

By _MyAngelGasai, history, 15 months ago, In English

On cowwycow's life I'd keep my word.

Full text and comments »

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

By _MyAngelGasai, history, 16 months ago, In English

My real template is about 100 lines lol

#include <bits/stdc++.h>
#define ll long long
#define pb push_back
using namespace std;

void fl(){
	if (fopen("IN.inp", "r")){
		freopen("IN.inp", "r", stdin);
		freopen("OUT.out", "w", stdout);
	}
}

void boost(){
	ios_base::sync_with_stdio(0);
	cin.tie(0); cout.tie(0);
}

const ll N = 1e5 + 5;
const ll mod = 1e9 + 7;

void ans(){
	
}

int main(){
	fl();
	boost();
	ans();
}

Full text and comments »

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

By _MyAngelGasai, history, 16 months ago, In English
  • Vote: I like it
  • +4
  • Vote: I do not like it