cjhanging pretty much any private data can cause isshues. consider the length of a Vec
- it is nothing more than a plane integer(usize
).
let mut two_strs = vec!["Hello","world!"];
let len:&mut usize = get_vec_len_via_reflection(&mut two_strs);
// Corrupt the vec len:
*len = 1024;
// Try printing the elements of the vec - this is UB and will most likely cause a crash
for s in two_strs{
println!("s:{s}");
}
but by changing a simple integer, we have caused allot off damage.
this shows that reflection with access to private fields could lead to issues. u might be tempted 2 ask: are those issues realistick? yah, alowing reflection to ackcess private fields can lead to unsafety, but will it do so in practice?
the simplist, but a bit boring answer to this question is that this doesmt matter.
even iff somddething is “unlikely” to cause UB, it still must be unsafe in Rust.if accessing private fields via reflection could cause UB, then it is by definition, unsafe.
a safe reflection API cant allow for that too hapen. this answer s admittedly a bit technickle. i dont like just showing that something is unsafe in theory, and instead prefer giving more concreat examples.
ȅ̵̪͎ṫ̸͖̋ ̶̡̟̏͆ṁ̷̩̦̕ų̸̹̒̀t̷͍̦̓͠ ̸̖͖̂ś̸̫̩͌e̷̜̮͒͆v̴̹͐e̶̯̲̅̚n̵̬͂s̴̰̞̈́́ ̴͙͚͗=̵̙̽͘ ̵͜͝V̴̪͙̕e̵̹̘͛ĉ̷͇̝̑:̶̥̪̊:̸̨͌w̸̫̗͌͆i̴̲̾͒ţ̷̔̆ḧ̶̠_̶̺͐̿c̶͓͙̓ȃ̸̘͖͛p̴͔͍̑̀ǎ̴̠ḉ̷̬i̷͈͖̽t̷͉̜̿y̴̗̾́(̴̮̫͐1̸̙̮͒ ̴̼̏̄<̷̻̍̈́<̴͙̐ ̵̙̐̓1̸͇̾̕4̶̙͝)̴̢̈́;̸̯̏̿
̸͙̪̊̕ ̴̦͊͂ ̴̢̗̿͑ ̵̲̈̑ ̶͙͉̌͛l̷͇̓̀ḛ̷͗̇t̵͚͑͝ ̶̯̓m̵̖̓u̷͙͆̈t̷̘̝̓ ̶̧̯̈́w̶͍͓̓̃o̴̗̤̓̕r̶͔̗͆d̷̡̀ṡ̵̢ ̶͖̫͠=̶̢̿͛ ̶͇̈́V̵͊̉͜e̵͖̻̓c̵̛̖̥̍:̷̢̮͋:̵̹͌w̴͍͒ï̷̤̂t̸̙̺͋́h̸̰̽͐_̶͖͈̊̆ĉ̶̣̉a̵̝̎p̸̹̱̌ḁ̴̧̆̉ć̷̫i̷̭͇̐t̵̙̩̆y̶̖͌(̵̰̀1̵̫͙͛ ̷͎̍͊<̵̹͚͌͒<̵̝̑͑ ̸̲͝1̵̪̅̎5̴͆͜)̴͓́;̵̨̐
̶̮̎ ̴̪͘ ̸͕̏ ̴͇͖̉͝ ̷̨͎̊̇l̶̳̿̓e̴̫͋́t̴̜̔͜ ̵̼̐̂(̸̼̽̚m̶͔̂u̷̮̤͝t̴͇̀ ̵͇͆͆w̴̡̢̡̡̧̢̨̛͇̱͉̫̫͈͎̤̲̯̩̜̘͕̰͉̦̪͍͓̭͉͉͕͖̟͎̺̖͇̻͖͕͓̗̣̣̩̫͔͈̘̜͔̙̞̖̻̬̙̜̩̞̻̙̰̥̞̯͚̭̠̦̭̰̰̯̽͑̈́̀̐̃̿̋̇͐͊͗̓̍̈̍̐̈́̏̈́͛̆̓̍̔̆̈́͂́͌̄̌̃͘̚͜͜͜͜͜͜͠ͅǫ̶̢̧̧̨̛̛̛̦̝͎̰̬͔͚̗̼͉͔̝͓̗̜̺̖̼̳͈͔̖͉̪̭̦̜̮̯̙̞̀͊͌̐̾̒̓́̔̽̀̆̆͊́͋̔͌̋̏͐͆̀̍̋̐̇̽̎̌̒̎͌̎̒͋͐̓͋̀̄̓̀̋̀̈́͌̒̓̈̓̈͒̆̔̅͋̑̈̽̇͛́̉̾̈́̅̓̄̆̿̈́͗̓͆̋̐̊͛̓̂͌̇̓͊̇̇̃͋̕͘͘̚͘͜͝͠͝͝͠͠͝͠͠͠͝͝͝ͅr̶̡̡̨̡̨̮̞͉̘͇̰̘̣̭̠̣͉̺̮̟͙͕̲̞̯̪̥͖̜͙̭̺̹̘̦͒̀ͅͅͅd̸̛̛̦̩̲̥̖̥̠̪̹̮͚͉͇̳̈̉͐͑̅̑̊̽̓͒̑̄̓͊͌͑̋̀̍̈͑̍̉̎͑̽́͝͝͝ͅͅ,̵̡̢̢̢̧̢̡̡̧̢̨͓͈̹̣̦͕̥̗̟̮̭̪̲͖̭̙͓̹̝͚̖̖̞̜̫̱̻͉̣̳̤̭͎̫̞͍̰͉̜̻͖̫̬͖͔̤̗̹̬͉̬̳̦̬̦̹͎̮̤̯̗̤͍͓̭̪͔͇͇̟̭͍̠̤̙̩͈̟̦͙̫̬͉͙̥̫̙̱̗̜̪͔͈̅̽̈͒̐͌̿̒͂̉̐̏̅̐̓̅͆͒̽̃͑̓͑͗̃͊̐͘̕̕̚͜͜͜͜͝͠͝͝ͅͅͅͅ ̷̡̡̧̧̨̡̨̡̢̨̢̧̢̢̡̛̫̞̺̺̖̰̬͉͓͔̻͚̻̲̠̠̖̩͕͉̥̞̺̫͔͍͕̼̻̜̜͖̗͕̫̹̪͙̹̘̱̦̩͚̯̤͇̞͎̖̘͉͉̙̘̳̙̼̟̮͉̼̯̙̠̮̳̮͎̼͓̣̖̰̜̬͆̒̄̏́̽̈́̾͌͑̑̍̀̊͑͊̉͗̈́̎͐̐̈́̄̆́̀͊͗̐̅̉̆͑̾̓̾̈́̀́̓̔͗̔̔͌̓́̀̀̇͗̉̐̆̋̃̂͗͒̋̃̋͑̾̀̈́̋͘̕͘̚̕͘͘͜͝͝͝͝͝͝ͅͅm̴̡̡̧̛̛͇̳̪̪͉̥̜͚͕̺͚̦͉͍̙͓̖̦͖͙̰͕͖͚̖͌͋͋́͗̾̇̾̅̆̉̂̑͂̿͊͊̐̍͒͆̔̽̐͂̐̓̇̔̿͋͋͋̒̎̆̅̍́̍͛̃͐̃̏͑͆̇͛̍͊̾͛̽̐̏͐̉̑̈́̍̅̎̏̌͗̔͌̌̎̔̐̔̕̚̕̕̕̕͜͠͝͠͠͠͝͠͝͝ͅͅư̷̧̧̫̻̞͍̺͔̤̹̲̖͍͉͎̫̳̺͎͉̱͇̘̪͑͌͋̊̊̈͗̒͌̽̏͂͌́̌̈̉͂̃̀̆̿̊̊̍͒̏͗͛̑̊̎́̓̈́͒͌̽̿̍̑̔͗̾͋̽̿̈́̊̆̄̋͂̅͛̍͒̀̈́̍͊̀͆͂͛͗̉̃̏̋̔̕̚̚͝͝͠͠͠͠͝ͅț̴̨̢̢̢̢̧̢̡̨̡̢̛̛̣̭̼͈̺͕̘̙͉̖͔̻̜̗͖͎̻̗̝̙̙͇͚͎͖͚̬͕̤̙̩̖̯̩͖͈͍̝̹͍̹͙͕̞̮͍̖̹̣̩͇̜͉̦̠͎͍̠͓͉̘̱̟̰͙̗̲͈̦͉͓̝̩̹̝͚͎̼͉̫̪͉̘̰͖̯̭̘͙̈́̉̈́̄̄͗̒͋͐͂̾͛̈́̋̎̎̎̈̉̓̆̊͋̍̆̀̌̄̌̋͊͌͆̈́̓̄͒͗̀̉͌̊̾̈́͌̆̀̌̋͐̓̓̊̀̈́͛̌̐̓̆̃͑̎͘̕̚̚̕͝͝͝͝͝ ̷̨̧̧̛̛̞̦̤͈̟̞̣̼̹̗̥̬̥̗̮̗͕͇͚̤͓̗͖̼̣̭́̂̉̆̏͌͗̓̋͛̈͂͂̈́͋̑̆̔̄͌͆̏͌̾̊͒̚̕͘͠͠͝ͅͅl̴̢̡̢̡̧̛̛̛̛̛̛̥͇̟̟̖̻̺̟̹̗̯͔̯̠̥̫͈̞͇̯̝͔͈͓̥̗͓̬̠͖̎́͛̓̎͂̊̍̈̀͛͌̅̍͑̈́͐̐̒͌̈́͋̈́͗̈̽̉͆̈́̍́̒́͂̋͌̂͐̊̅̍͆̆͒̅̈́͊͂̂̌͆̊̑̄̾̌̐͗̑̅̄́͗̕̕͘͘̕̚͜͜͜͝͠͝ȩ̸̧̛̛̛̛̞̤͙̺̲̮̯͙͈̙͔͙͚̱̪̟̺̗̤̪̱̜͖̟̻̥̼̹͓̮̫̞̰̰̻̱̲̼̘͚͉̪̩͔͕̩͉̳̱͓̖̭̺͖̦̺̇̋͗̈́́̆̆͂̏͗́͊̃̊̏̅̇̋́͑͊͋̒̂̃̍̀̆͂̆̎́̽́̒̽̀͛͌̈͊́̈́̇͛͛͗̓̀͆̋̓͊͋͋͛̆̀̆͑̓́̌͗̀͋́̌̀̄͋͑̒͋̇̈̈́͗̃̍̄͑̓̈́̂̊̍̊͂͘̕̚̕̚͘͜͜͠͝͠͝͠ͅn̸̡̢̢̢̡̡̡̻͖͈̝̯͓̯̝͖̗͚̭͉̖̞͓̲̻̞̖̳̠̩̲̜̱̰͙̘̙̝̖͇̞̭̲̰̏͜͜ͅ,̴̡̢̡̨̨̡̛̪̞̦̖͍͔͉͓͔̜͕̬̰̰̭͙̙̜̦̞͚̝͍͚̺̭̒̃́́̇̂̉̄̈̂̄́̓͗́͑͆̌̂̄̊̒̍̓̀͂̃͋͊̃̇̒̔̔̈̎͌̽͛̑̄̈̌́̓͂̾̒̍̀̿́̌̒̑͌̚͘̚̚̕͜͝͠͝͠͝͠͝ ̴̨̨̨̧̡̢̧̢̨̬͕̥̯̥̦̯̙̭̰̟̮͙̠̻̩̤͚̞̗̣̰͎͔̘̥̩̜̪̲̮͇̣͔̗͎̜͔̞͔͖̟̗̠̞̠̹̼̜̰͚̫̖̻̻̼̫̫̹̺̹̘̯̣̜͔̗̥̰̳̩̞̰̹̺̤̳̬̻̻͎͙̤͉͌̃̒̾͜͜͜͜͜͜m̵̧̨̡̡̡̧̢̛̛̱̻͎͖̞̼̝̣̘̲̪͔̞̫̻̦̹͙̩͇͔̹̘͓̱͉̲̰͓͉̰͉̖͓̰̤̼̫̟̹̱̭̜̼͔̬̺͚̹̠͙̙͖̠̻̙͓͕̠̼͍̜͔͈̞̺͔̹̪̬͕͖̟̖͌̎̌͛͒̇̌̇̀̐́͐̀̈́͂̂̑̆̿̃̆̽̊̌́̉̾͑̐͛͌̍͑͑̽̐̓̓͆̚͜͝͝͝ͅͅų̷̧̧̛̳̲͇̟͙̯̝͔̥̼̖̭̭͍̞͖͓̹̫̩̲̯͖̪͉͇͎͎͉̩͈͉̪͓̻̙̉̾̀͊͋̓̒́͊͑̑̐͋̾̈́̽̎̌̈́͂̈̀́̏͂̄͂́̇̃͑͂͌̅̚̚͠͝ͅt̵̙̲͙̎̓̅̊͊̀͆̎͋̌̿̓͗̈̂̓̿̈̋̿͂̀̊͛̈́̐̑̉̋̀̏̓͋̈́̈́̈̏̎̐̑͌̿͛̉͗̽̓̒̏͘͝͠ͅ ̴̨̨̨̧̨̨̪̤̻̣͚̝̺͍̺̤̳̮͙͉̣̖͚̱͕͕̥͙̘͓͎͉̦̱̞̯̯͔̲̮̹̯͔̪̺̰̣̟̯̗̪̞̪̲̥̳͖͇̘͓̩̖̩̰̲͍̯̱̪̊̍͛̾̆̉́̊͜ͅͅớ̸̧̛̛̠̗̞̦̻̖̮̃̃̐̿̽̇̑̀͐̿̑͌̈́̈̄͑̏̅͆͊͑̅͒̋̇̓̓͗̒͆̎́̆̒͐̈́̈́̾̀̈́͑̋̃̃͗̑̃̀̏̈́̓́͌͐̈́͒̾̑͗̔̍̄͊̀̔̌̒̊̃̆̇̆̈́̍͐̋̈͑̀̂̉̋̍̄̋̎̔̎̀̀̾̄͘̕̕͘̕̕̚͠͠͠͠͝͝ñ̸̢̡̨̧̢̧̛̛̛̠̭̯̘̘͔̺͔̥̙̗̗̺̞̮̺̞͙̘͉̼͖̰̞͉̭̜̜͚͎̠̱͈̞̬̤̤̖̗̺̙̗͓̝̟̩̳̺̮͚̠̺̥̰̮̦͕̹̪͍̘̣͎̹͕͙̻̙̠̄̔́̓͂̀̾̎̒͂̋͒͗͒̍̈͒̌͑̈́̋̐͆̋̌̀̈́̑̎͊͋̂̒͊͂̏̃̈́̇̀̋̎̓̌̐̈͊̈́̈́̅̀̀̋́̅̈́͐͋̽̑́̈́̽͐̓̌͒̓̎͆̃̈́͗͋̃͗̈́̇̈͌͋̕̚̚͝͝͝͝͝͝ȩ̶̡̛̛̛̛̟̥͔̼̤͍͖̠̬͔̪̭̫̰̥̲̭̻̯̰̬̥͉̯͓̳̙̘͎̰͚͓̼̬͕̹̖̱̜̰̪̻͚̩̻͕̗̗͔̬͍̱̮̝͚̲͍̟̼͆̔̃͊̓̆̈̆̔̀̇̀̃̇̃̂̃̈́̑͗͛̏̀͑́̽͌̿͌̓̿͌̆͗̃̈́͛̔̀̆͌̊̽̑̓̑͒̉͗̂̐͛̋̈̃̓̄̉͛̊̒̉͊͐̊̍͋̀̄̂̅͆̇͐́̊͒͂̎̄̑̿̍̊͊͌͆̂͗̇̇́̽̚͘̕̚͘̕̕͘͘͘̚͝͠͝͝͝͝ş̴̡̢̧̛̙͉̘̠̺̗̭̞͓͇̱̦̬̼̤̠͚̹̣̯̼̥͕̺̝̣̗̍͛͊͋̿̔̈́̈͐̐̊̔͆̈͗͋̽̅͋̈́̈́̽̔̊̓̎͌̾́̏́̾̍̄̉́̈̆̐̍̇͛̾̔̈́͋̀͐̓̽͂͗̇̾́̋̋̓͑̔̿͊̏͋̈́̿̎̔̑̽͂́̊̽̑̓̅͂̎̈́̽̑̅̚̚͘̚͠͝͝͝͝͝͝͠͝͝ͅ)̸̡̨̡̨̧̨̛̛̪̰͉̯͉̜̱͉͙̜͖͍͇͇̜̺͍̭̻̰̙̣͖͔͓͖̺̣̱͔̜̯͎̱͖̦̮̹̤͖̩̩̘̜̙̬͍̤̟̰̟͇̖̩͍̣̤̯͈̜̠̫̪͍̜͇̥͍͔̄̒͗̈̎̂͊͌͆̉͌̊̄̒͆̔͛̽̈̓̋͌̈́̎̃͂̀̈́͒̽͊͐̚̕͜͠͠ͅ ̸̨̨̡̢̨̡̢̛͎̻̖̱̤͕̩͉̦̤͖͎̜̯͔̖͇̳̻̭̖̘̱̳̙̟͇̟͖̭̯̣͖̱̯̥͓͔͇̲̻̬̜͇͓̝͙̤͎̰̩̲͓͖̬̲̯̾̃͛̃͂́̔̎̉̿͒̈͌́̅̏̿͋͊̀̓̎͑̎̽̋̋̾̒͊̀̑͋̽͌̐̐̑̉͛̀͌͂̆̄̏̅̈́̽̇́̆̀̌̉͐̆̃̇̚̕̚͜͜͜͠͝͠͝͝ͅͅ=̴̨̨̡̢̧̡͙̮͍͈̞̻̩͎͍͍̮͔̫̤̙̥͖̞̘̳̳̜͎͙̖̯̦͓͉̜̰̳̰͎͚̗͓͎͙̖͙̤́̾̔̐̀̿̑̐́̿́̎̓̿͂̆͂̐̽͂̽͆͂̿͊̃͛̈́͗̾̾̀͛̉̇́̍͆̒̉̏͌̏̓͌̀̃͆̍̽̂̀̉͘͘͜͝͝ͅ ̸̧̢̡̨̡̡̡̧̢̢̛̛̦̞͓͉͔̯̩͈͍̹̬̭̗̼̱͓̫̤̗̞̦͕̬͔͎͍̗̟̗͓̪̱̲̫̜͖̱͔̜̯͔̩̭̻͚̤̠̥̣̞̠̝̤͕͇͙̥͕̻̤̘̼͓̮̟̎͑͂͑̾̌̉̉͛̿͒̐̇̊͒̍̄̓́̂̾͂̉̿͛͐̉̇́̂̓̅̓̂̇̄̿̄͆̊̓̒͑̏̚̕͘͜͜͜͝͝͝͠͠͝ͅͅ(̵̡̡̡̨̡̡̢̢̡̛̛̛̛̛͙̱̗̫̻͉̯̜̰̜͙͖͔̩̥̪̱̪̭̞̹̼̪̮̥͓̬̭͈̖̹͚̻̺̰͔͖͕̝͖̺̯͓̫̙̜̖̩̣͉̫͚͇͙̯̹̖̟̣̩͈̺͎̩̪̫̰̳͉̬̳̜͎͉̪̟͍̺̪̼̄̓̉͌̅͂̈̃͌̿̈́̂̌̉̃̾̐͐̃̍͋̇̋̈́̄͐̆͊̍̊̋̓͊͗̒͛͐́̓̈̉́͊͆̾̃͌͆̄͋͌̕͜͜͠ͅͅ0̸̨̧̢̨̨̢̨̡̨̨̢̧̨̣̠̩͎͎͚͎̬̙̪͈̲̣͔͔̳̺̬̘̼͔̤̯͙̮͍͈͖͚̖̬̹̜͙̖͔̝͙̺̺͙̝̜̘͖̘̖̫̙͕͖̟̠͇̖̤̮͍͖̝̰͔̖̳̖̗̘̜̞̙̱̗̖̥̠̮͍̟͍̳͕͎̘̙̦̺̺̺͖̮͖̮͍̤͂̐͂̃̒͋̉̊̔̽͗́͑͛̂̃̐̔͆̉͌͜͜͜͜͠ͅͅͅư̷̡̛̘̋͂̎̓͂̇̍͆̃̔͗̉̅͐̉͑́͌̏̿̿̇̕̚̚͝3̷̧̡̡̨̡̨̡̡̡̧̛̛̼͍̮͎̪̹͔̬͎̮͕̲͎̣͕͚̝̥̮̜̮͖̱̜̬͚̙͔͔̺̮͓̰̬̗̙̱̩͓͎̰͓̲̙̺̦̗̰̹͍̻̻̘͎̫̟̖̥̮̹̹̟͈̖̱̠͕͉̭͕̳̳̦̟͖͍͓͚̀͑̍́̌͆̍̓̈́͒͐̎̆͋̏̈́̎̄̽̃͆̑̃͆̓͒̂́͊̒̎̈́̔͛̈̂͋͒͋̍̂̋̾̈́̈̓͐̕͘͝͠͝͝͠͠͠͠͝ͅͅͅ2̵̨̡̢̧̨̨̡͖̘̰̻̟͈̺̺̤̗̱̥̩̞̙̝̞͎͎̺̻̦̩̙͎̖̙͈͓̺̯̗̱̲͈̗͇͉̥̞̳͚͍̘̳̖̰̩̺̫͍̰̤̪̘̫͙̯̖͓̞̤͈̞͍̯̤̩͚̮̯͕̠̘̻̟̞̠̹̹̝̩̩̮̼͉̰̹͎͈̮̝̘̥͈͚̳̼̱̳̇̓̐̌́̓̏̐̄̊̄̍͂͆͆̅̃̽̋̆̏̑̅̾̾̐̆̀̓̋͋͋̒̑͗̐͗͒̇̎̿͆̃̅̋̑͑̐̀̎͗̔̃̉̓̔̾̀̚̚̚͘̚̚͜͜͠͠͝ͅ,̵̡̢̡̧̛̛̱̜̜͈̥̪̙̬̩̳̱͙̬͍̼̦͎͓̲͚̤̣̣̗̭̀̿͒͆̎̈́̈͋͂͑́̈́̔̀̋͛̿̃̈́̽̉̈́̈́͗̓̓̄̎͑̔͂̊̿̔̄̏̈́͑́͑̽́̾̈́̋̒̆͑̀̽͛̕͘͘̚̕̚͠͝ͅ ̶̢̡̧̨̨̧̛̛̛̛̛̩̯͓̹͍͍̰͎̘͇̼̲̟̫̭͈͚̘͚̜̜̜͈͚̫̜̤͓̤͓̜̦̟̙͕͖͇̣̝̬̗̳̘͇͔̺̞̤͇̜̝̜̩͚̳͕͎̂̾̈́͌͆̐̑͂̓͌͊̓̽͌̃̾̈̐͛͛̓̓͌̽̈́̐̒̒̌̑̓̈́̓͛͗̂͗̏͒͛͒͊͊̆͐͒̅̋̃̒͆́̃͛͛̅́̊̍̃̀͊̈́̋̀͐́̾̓͐̎̈́͂̂͘͜͠͝͝ͅ0̷̡̢̢̧̨̢̢̡̛̛͔̞͇͎̹͎̫̠͉͚͓̪͔͖̺̳͚̠̖͉̣̠͙̣̤̺̦̹̟̰̹͙̳̻̭͓̟̪͔͈͇̼̣̭̺̪͚̺̲̟̲̣͓͓̳͈̟̩̰͎̟̫͖͉͈͚͚̭̼͈̖̖͕̻̗̘̮̺̰͕̯̤̳̬̳̠͖̖̥̫͚̺̪͇̤̮̰̭̌͊͆̿̆̾͐͋͒̇́̏́́̉̅͋̂̽̑̊̈̈́́͂̓̽̓͊͛̅͂̀̉͘͘̕͜ͅ,̴̢̢̢̡̢̡̧̨̡̻͎̬̺̯̠̱͔̙͕̣͎̖͕̹̹͇̖͈̲͕̘̯͓̩͔̠͖̖̖̬̲̬̹̩̩͖͙͖͓͉͍̱͚̝̖͍̜͖̘͖̤̯͉̬̳͚̭̗̟͓͍͖̝͚͎̹̠͍͍̭̯͓̘̘̫̥̦͖̤̘̹̲̰͚̺͚̃̈́̈́͐̓̒͗͐̍̈͐́̅̓́̌̓̈́̔̇́͒̑̾̚͘̚͜͜͜͜͜͜͠͠ͅͅͅ ̸̡̢̧̡̡̧̨̡̨̧̨̧̢̘̹̯̺̜̬͓͇͍̜̺̱̬̖̦̩̲̼͔̟̠͕̩̼̙͇̦̦̩̝͙͈̞͙̤̞͖͉̻̜̦̜̙͔̱̘̹̹̦̝̼͍͎͉̟̝̩͕̟͙̯͉̥̳̲̗̙̩̱̺̺̯͈̬͖̰͇͓̩̘̹̮͍̭̼̖̹̮͇̪̤͚̦̔̔́͑̍̇͐̒̀͊̓͆͂͋̃̾̈́͗̈͌͂̓̽̇̈́̒̏̃̐̇͊͗̑̽͒̄̌͒͋̓̇̂̒̐̈́̎̈́̎̆͋̽̊̅̒̄̋̀̐̆͋̎͋̀̑̂̔̓͂̀͌̅̅̔̔̈́̆̓͐́̓͂̀́̍̈̀̑̊͑͒̓̀̽̀́́͊̑̉̕͘͘̚͘̚͘̕͜͜͝͝͝͠͝ͅͅͅͅͅͅ0̸̨̨̧̢̧̞͓͙̼͓̞͎̼̞̼̩̟̘͕̥͍̲̮̣̗̹̩̱͉͓͔̮̩͖̘̳͈̺̣̮͖͕̝̹̼̱͖̙̙͎͇̬̟̘͖̗̦̱̙͚̱̬͙̟͚̦̘̮̭̬̠̙͉͙̺͙͇͖̮̞͉͈̈́̿̒̓̐̍̏̋̓̓̀̓̿̆͆̿̊͂͜ͅ)̸̡̨̡̧̧̡̢̗̯̠̹̖̳͍͚̟̗̘̱̗̖͖̹̫̫̗͚͈̟̜̭̰̮̫̣̱͎̹͔͎̫̹͇̱̫̟̖̤̺̙̜̺̙̻͍͙̖̠͓͍̰̺̬͓̤̙̯͚͉̻̱̬̭̺͐̇͑͜͜͜͜͝͝ͅ;̶̧̨̧̡̡̛͖̣̩͇͓͕̱̪͉͈̬̖̗͚̦͚͓̲̭̱͓̘͔͈͎͉̠̦̦̺͉͚͎͇͉̞̺͎̜̭̻͙̗̫̥̗̲̭̩̍͊̄̿̊̌̑̍͊̍̂́̒͗̂̓̀̔̄̋͗̓̇́͐́̀̈̿̈́̉̈́̑͑̈̔͂̿͐̀̍̇̇̀͌͛̓̄̾̽̿͛̽̈̈́̉͑̉̏̍̂̀̋͆̊̓́̀͆̆͊̓́̽̍̾̓̾̓̈́̄̓͛͛̊̿̒̈́̑̂̈̀̍͌́̕̚̕͘̕̚̕͜͜͠͠͝͝͝ͅ
̶̢̢̧̧̢̢̛̛̖͇͉̖̼̻͓̹̝̖̪̜̩̮̯̬̫̯͕̖͚̩͔͓̖̜͇̩̲̱̯̥̰̥͇̠͇͍̝̼̙͔͚̯͍̪͙̯̣̙̺̠͔͙̙̳͓̤͉̳̺̠̉͑̀͂̌̓̏̀͐̓̔̔͆͋͗̽͂̂̓̀͐̓̑̍̃̊͗̈̓̓̀̌͛̓̐̅̑̈́͗͗͋͑͑͂̏̾̈́̈́̎͆̊͆̽̇͛̽͛̋̂̎̋͌̆̀́̈̀̄̀̓͒̄̾͌̕͘̚̚͘̕͘͜͠͝͝͝͝͝͠ͅͅͅ ̷̡̡̛̰͍̝̦̬͙̺̹̞̦̣̫̘̳̰̼̰͇͆̇̆̓̀̽͌̄́͊̈̀̑̋̈́̔͑̈́͆̔̓̾̈́̂̓͊̈́̓̉̃͂̆̋́̀̀́̀̈̂̅͑͐̓͆͗͆̋̀̎̄͑̿̏̋̈͋͂͌́̊̈̐̒̄̈́̒̀̒͂͌̀̿̓̍̌̏̎͐̏̓͂́͘̕̚̕͘͘̚̕͜͝͠͝͠͠ ̴̨̢̡̢̛̛̛̤̻̪͚̫͖̦̼͎̠̩̪͉̤̪̻͓̘̳͖̥͔̠̓͑̂̉̆́̎͌͛͂̔̓̽̽̋̉̅͂̍͆͆̆̄̈́̿̐̎̒̒͆̋̈̏̌͛͐̒̏̍̂̓̅̈̀́̓͑̈̂̓̈͂̅̅̾̆̉͐͛́̀̌̓̌̽̀̿̆͋̔̽͛̂̏͂̑͌̏̍͆͆̽̕̚̕̚̚̚̕̚̚̚͘̚͠͠͝͝͠͝͝͠͠͝͠ ̸̧̧̧̡̛̛̛̜̭͈͕̪̥̙̪͇͖͍̻̬̦̥͈͚̭̹͍̝̭͇̜̺̹͖̼̞̩͙͔̞̬͖̯͎͓̱̓̔̀̽̌͆͊̐̍͌̈́̾̎̃̂͑̀̌̈̆̂̑̊͋̉̅̈̋͊̆̑̋͋͗̈̅̿̓̌̆̍̋͑̈́́̀́̂̿̋͊̔̾̓̃͂̒́͐̄̈́͊̃͒̆̇̀́̌͆͌͛̉̅͑͛͆̅̒̐̅͋̉͒̈́̊̈́̈͋̍́̕̚̕͘͘̚͘͝͠͝͝͝͝͠͠͝ ̶̨̢̡̧̢̢̧̨̨̛̛̛̪̘̹̻̘̮̦̦̮̘̬̻̱̰̪̺̪̪̹͙͓̻̰͓͕̳͓̭̜͓͖͔̻͚͕͕͈͈͓͖̙͓̞̠̥̜̣̱͖͚͙̬̳̟̣̮̩̰̜̹̗̘͎̗̭̙͎̩̼̙̞͉̻̳̯̜̻̦̟̻̟̱͙͕͔̤̯͈̩͎͕͉̮͎͛̌̀͒͐̃̾̄̈́͊̾͐͌̀̽̑̓͆͌͒͛̓͛̐̈́͗̾̇͌̃̚͘̕͜͜͜͝͠͝ͅͅͅf̷̨̡̨̨̨̨̛̛̣̞̥̠͍̙͔̞̥͉̲͔͖͖̻̞̹̮͍̣̻̯͉̖͔̪̖̤̭̅̊̀̌̈́͛͊̓̔̎̅̌̓̇͆̊̋̓̅̀̃͊̏̃̏́͋͆̄̃̏́͂́͊̒̓̃͌̃̊́̔̀͋͐͘͝͠͠ͅͅợ̷̢̡̡̛̠̦͚̺̙̩͇̭̬͎͔̳̱̖͚̩͇̦͕͇͍̺̼̟̟̪̮̜͓̙͉̥̺͕̳̜̼̠̩̤̟͙̺̹͓̣͓͓̼̦̰̮͎̗̱̖͓̣̯̖̖̱̻̖̳̦̭̳̦̜̭̰͓͉̰͎̙̗͚͐̀́̄̇̊̎̏̍̀̾̄͑̂͐͑̔̈́̌͐̌̈́̉̇̇́̈͋͆̀̒̽́͐̽̑̽͌̽̎̄͗͂͛̏̂̑͆͛̎̑͒̈́̌͊͋̄̇̾̊̄͋͆̄̂͛̍̚͘̚͘̕̕̚̕͜͠͝͝͝ͅr̵̢̧̨̧̧̨̢̛̛̙͍̲̰̖͙̮̟̬̟͙͓̗̮̳̪͖̳͉̖̪͈̝̝̗̣͍̗͚̞̣̞̥̙͇̦̝̟͖̖̪̖̺̭̱̥̼̭̝͉̦̺̭̟̺͎̮̟͚̰̻̜͎̜̞̃̏͂̈́̑̐͛̿̄̓͌͋͂̊̀̿̽͆͌̏̊̍̓̔͘͘͜͝͝ͅ ̶̡̨̡̨̨̛̛̼̭̥̠̙̣͙̞͕̻̼̫̪̖̰̝̝̜̦͇͉̬̿̅̀̃̋͒͐͑̂͌̓̈́́͌̂͆͊̐͒̂̏̀̔́̀̒͂̈́̀̈́́̔̍̒̑͂͊̐̇̽̓̈̍̏̿̈́̀͒̓̀̓̾͒͂̈́́̂̐̉̚̕̚̚̕̕̚͝͝͝͝c̵̢̡̨̡̨̧̨̨̢̨̛̮͍͇̫͙̜̖͔͚͔͖͙͙̫̗̯̗̟̜̙̮͉̦̫̙̼̖̙̜̥̲̹̟̺̮̠͕̪̦͓͎̠̞̞̠̳̣̺͈̼͕̟͖̹̱͔̬͓͉̱̖̟̠̲̳̞̺̮̻̞͙̪̰͕̰͓̣͓͓̫̮͉͙̼̪̹̘͇͉̼̣̱̺̯͇̀́̑̀̅́͑̂̾̅́͌̈́̀͑̊̚͜͜͜͠ ̸̡̡̢̡̨̧̨̧̡͖̬͇̤̞̩͚͙͍͈̜̫̭͓͎̦̰͉̖̝̝̳͎͎͙̙̥̹̟̜͉͕͚͖̻̼̼̘̻̼̜̩̹̬͓̟̺̤̺͕̩͇̞̻̖̱̭̖̘̜̞̼͕̖̫̺̮̠̳̥̞̍̈͌̆̏̿̎̍̍̓̒̀̈́̈́̅͘̕͜͜͜͠͝ͅͅͅį̴̧̢̡̢̡̛̛̹̘̼͔̦̪̮͙̻̬̻̟͇̩͉̠͓̻͕̘̪͚̣̱̩̩͈̫̮̺̬̫̫̠̱̼̱̭̩̓͒͊͊̉̄̀͛͑̒̅̇̽̒̈́͋̌̈́̋͛͒̀͑̈͛͗̌́̊̓̍̏̏̍̓̽̏̔̒̃̈́̏̇̒̄̉̋̉͛̏̀͑́̀͆̐̍̀̊͐̎̈̆̓̀̓̋̎́͒̓̿͐́̾̔͂̍̐̒̎̍̆̄̍̿̓̃̿̐̉̆͆͂̕͘̚̕̕͘͜͠͝͝͝͠͠͝͠ͅͅn̷̛̛̪̲͖̒̀̇̓̆̾̈́́̐̿̋̏̉̉̍̀́͊͑̽̌̍̈́͊̌͂͆͒̀̓̐͒̌͌͌̇̿̌͊̈́͆̄̈͛̃̂̈́̏̾̂̋̽̓̃́̄̂̿͑͋̏͌̀͆̐͘͘͘̚̕͘̚̚̚̚͘͝͝͝͝͝͝͠ ̴̨̨̨̛̛̟̹̥̖̮͙̲̪̟͈̮̮͍̙̱͙̘̤̯̹̰̫̱̜̫̞͔͔̐̉̇̈́̃̿͛̽̋̃̽̎̎̑͛̄̿͗͑̈́̾̾̑̃̓̈̆́̋̂̆̾̅͋̽́͊̀̀̉̾͆̚̕̕̚̕̕̕͝͝ͅͅi̵̢̡̛͍̞͎̯̟̙̻̘̳̠͓͕͎͚̤̲͖͙̫̫̻͚̬̱̩̹̻̱͔͍̰̩̪̠̩̹̟̖̙̗͎̘̥̳̯̩͈͕͎̍́̈́̍͋͌̇̈́̀̄̈̌̑͌̇͑̂͋͋̌͆́̂̆̊̈͗̏͒͊̔͒̓͗̇̔̒̀̊͒͆̍͂́͋̔̃͒̒̉́̓̾̀̔̇̓̐̔̾͆͌̃̓̓̾̉̈́̄̔̍̾̄͗̈̆͌͌̃̚̕̚̚̚͘̕͜͝͝͠͝͝͝͝ͅơ̴̧̡̡̨̧̡̧̛̛̫̟͕̹͈͕̱̟͈̻̥̳̲̙͇͍̘̻̼̘͉̣̰̩͍͍̞̭͓̦̗̪̞͇̻̮͙͔͎̖̭͈̪̹̩͈̲̤͓̳̝̦̙͎̯͉͍̘̘̼̬̦̻͍̦̥̦̺̈́͋͐̿̈͗̈́́̃̐̇́́̈́̒̏̽̀̃̇̉͑͗̊̉͂̉̈͂͛̿͆͊̆̔̾̒͛͑̄͊̿̓͗͊͌̈́̎͒̾̀͑͋̐̌͂̈́̃̅̔͛̈́͂͒̈́̎̀̓͗̾̎͋͒̂͊́̋̀̃̅̎̏̇͐̔̚̕̕̕̕̚̕̚̕̕͘͘͘͜͜͝͝ͅ:̷̛͙̖͓͔̙͈̹͖̙̤̦͇̝̰̖̻͓̬̟̦̫̻̥̻̦̩̮͊̌͒͆̊̓͑̉̿̈́̄̊̌̃̓̑͐͐̽̓̓̍̀͋̄̑́͗̾̽͑̇̑̈́͐̊̔͋́͛̏̍̎̏̿̏̈̏̑̈͆̀̾̎͐̿̑̄̇̀͂̏͆̀͐̀̿̒͆̌̂̒̎̂͂̌̋͑̉̂̍͐͊̂͗͗̈̽̀̈́́͘̕̕͘̕͘̚͠͝͠͝͝͝ͅ:̵̨̛̛̛̫̩̭̪̝̼̀̀̓͛̈́́̀̈́̏̒̓́̎̿̐̀̐̄̔̔̋̏́͆̌̓̊͆̈̇̀͌̑͑̀̒́̑̌̍̈́͒͌̾́̈́̈́̍͌̃͒͊́̄͂̽͂̒̍͗̏͂̈́̓͛̔̿̈̂̈́̔̈͛͗̍̉̀̄̀̈͑̏̄͆̇̓̓̒̎͒̆̈́̿̚͘̕̚̕̚͘͘̕̕͠͝͝͠͠͝B̵̧̛̠͈̤̬͎͚͓͖̩̼̝͍͉͉̼̖͎̈́̈́͛̒̀͆̌̌͛̑̍̈́̈́̆̎̃̿̀̋͑͆̋̔̎͊̀̎̈́̄̔̃̑̎̃̆́̈́̀͒̿̈́͊͋̽̉̅͂͐͂̆̄̓̌̓̿̓͒͆͑͆͒̏͘̕͜͠͝͝͝͝ư̶̡̧̧̨̧̧̡̡̨̦̫̖̣̜̳͍̮̼͇̤̯͉̫̼̩̞͓̣̲̮̣̲̦̭͙͓̰͓̜̜̘̠̮͎̣̳͚̺̗̝̰̟͙͎̖̺͉̘͖͔̟̘̣̻̳̪̣̝̳͕̜̮̱̪̗̙̮̭̦̥̼͔̘͔̖̩̮̫̦̬̺̗͓̖̬̻͓̖̪̮͇̻̗̗̂͛̍̈́̓̓̔̆̀̃̓̈͐̈̔͆̽̉͐̏͗̈͗͂̄̾̍̋͌̾͒̀̇̇̔̍͌͒̽͋͂̓͂̕̚̕͘̚̕̚͜͜͠͝͠͝ͅͅf̷̧̡̧̡̧̡̧̡̨̛̛̼̣̠̘̦̭̳̟͖̺͎̪̲̯̲͚̝͚̼̠̤̙̳̪̭͔̗̞͕̝͚̦̥̮͎̙̯̭̫̯̪͙̲̯͕͈͕̟̘̜͎̰̹͚͕̯͎̫͉̻͚̗̙͍̥͈̝͔̤̭̘̬̼̦̞͇̘̮̱̺͈̙͖̝̝͚̖̥̼̜͇͆̏̈́͑͊̾͑̓̄̀̈̈́̔͆̃̈́͒͗̇͌̀̓̈́͆̓̋̆̓̐͛͌̅́̊̓͂̎̉̆̋̊̂̍̆́̈̏͒͆͗̄̀̾̓̅̈́̂̓͛̊͗̌̈́͒̌̑̈́̓̉̅̿̊͂͋̏̑̏̄̈͋͆́̃͌̚̚̕̚̚͘͘̕͜͝͝͠͠͠͝͝͝͝ͅͅͅR̴̢̡̡̨̢̢̡̡̢̨̛͉̮̲̥͍̭̦̘̖͕̠̜̟͍̖̱̱͓̻̬͉̠̼̪̱̺̭̺̮̠̖̩̣͓͈͖̥̝̦̩̬̯̪͎̙̦̻͚͈̩̩̥̱͚͍̖͍̳͉̹̺̬̖͖͈̼̠͔͕̯̰̹̲̖̱͕͉͈͖̦̠̼̗̖̜̤̦͂̐̇͑̊̂͊͊̔̀͐͗̾̌͑̇̍̓̃́̍̀͛̏̇̀̌̏͌̈̌͒̀̄̅͛͛͑̋̀̅͘͜͜͜͝͠͝͝͠͝e̸̪̪̲̳̲͈̣̖̞̗͈̱̟̽̒̽̀̇̽̎͌̅̋̒̏̆̽̔̐̍͂͑̈͂̉̍́̍̓̆̕̕̚̚ͅa̶̡̨̨̢̨̛͕̞̦͓̹̟͙͕̻͎̖̰̳͇͈̣̪̟̥̞͙̙͈̭̹̯͇͙̮͈̺̻̗̟̖͓͎̯͔͓̠̪͖̟̥̘͇̞͔̤̟̟͇̪̘̗̯̥̹͇̪͙̮̜̖̜͔̒̍̒͋̈͛̍̀̇̈́̽͆̾̎̂̎̂͌͋̈́̄̿͗̔̈́̀͗̇̉̋͒͌́̀̏̽̀̉̃̃̂̓͐̑̀́̐́̍̾̓̀̔͛̄́̏̉̀̾̑̏̌̃͛͋̐̌̌̑̿̋̈̓̐̈́̀̇̎̏͌̈́̅̎̐̕̕͘̚͜͜͜͜͝͝͝͝͝͝͠͝ͅͅͅḓ̶̢̢̛̜̻̖͖͚̗̬̦͇̲̬͓̲͓̹͓͎̟̩̖͔͉̻̩̙̼̜͕͓̞͉̮̙̠͙̻͈͙̖͎̼͍͈̬̣̖̥̼̠̞̹̬̤̤͙̤̪̺̙͓̙͖̩̯̗̥͈͋̅͐̈́̃͆́̉̾́̏͗̇̄̇͌̇͌̌̐̊̈́̍̎̄̈́̑̂̏̊̽̐̇̿̀͛̇͑̒̈́͐̈́̅͊̈͐͂͐̈̉͊̀̏̔̿̃́̿͗͛͂͗̓̇͗̂̊͐̿̄͊̓̃͘̕̚͘͘̚̕͠͠͠͠͝ͅͅͅe̸̡̧̨̧̡̛̛̜̗̺̰̪̠̪̥̘͔̣͉͈͖̯̥̲̰̩̦͓̻̖̯͓̩͇̳͍͇̪̠͕͙̥͔̹̲͉̹͈̝̞̻͕͚̳̜͂̾̀͆̊́̓̓͆̈́͑̈́͆̃̌̍̉̊̐̅̆̑̌̽̈́̈́̃͑̔͐̃͐̐̋̅͐̈́̆͌̓̂̎͆̓͋̀͒̋̌́̉̽͌̂̉̈́͐̽̾̀͐͗̚̕̚̕͘͘͘͝͠͝͝r̶̡̨̢̧̨̨̡̛̻͕͉̳͓͚̘̱̖̦̰͎̦̟͕͔̯̬̣̫̩͖̣̲̱̜̗͕̪̦̬̳̠͈̺̭͓͈̞̼̝̪̦̥͖͕͕̗̞̤̦̭̖̣̯͉̩͈̖̞̟̥̜͔͉̮̗̠̣̮̝̭̞̗̞͖̜͇͉̤̝̥̫̞̻͕̫̙͙̝͕̺̂͑̂̾͌͌̏̆̆̍̅̍͐̾́̊̈́̀̈́̈́͒̿̓̍̎̉̈̂͌̈́̈̿̂͋̍̎͑̇͋̑͂̓̈̀̆̽̏̈́͌̆̎̈́̽̇̿͌͌̅̍̆̈́̃͒̃̆̈́̀͘̕͝͝͝ͅ:̸̢̞̯̦͖̼̘̭̟͖̜͈̤͕͓̥̟͉̓͗̋̾̏͗̋̃̐̑̊͑͗̄͒̐̾̈̅̀͗̍̌̈́͆́̏͛͒̈̂̂̊͒̀̇̀̍̍̑̆̒͊̽̒͑̒̏̀̊̓̎̾̄̈́̈́͂̈́̀̊̀̈́̇͌͋̌̏̾̃͗͋͂͗͐̈́̉̐͊̆̋͘͝͝͝͠͠ͅ:̸̨̨̧̧̧̢̨̢͍̯̣̗̯͍̰̪͖̗̩̞̙̪̲̘̯̖̳͖̺͉̦̖͚̟̜̗̬͉̳̱̰͈̲͖͖̱̟̲͈͕͖̪̘̣͔̤͈͕̹͇̬̘̽̿̓̀̈́̈́̏̌̏́͜͜ͅͅn̵̢̡̡̡̡̡̨̧̡̛̛̥̺̦̭̼̠͍̜̭̤̱̝̖͎̖̝̼̖̟͚̭̘͕͙͎̝̘̯̘̫͔̣̭͔̠͕͈͔̳̭̺̲͉͍̻͔̹͔̘͕͍̱̪̠͕̠͖̗͔̩͍͙̪̻̠̼̰̜̻̥̣̹͓̮̻̝̜͈̳̟͓͇͙͇̝̽͐͆̈́̏̏̐͂́̌̔͂̏̋̏̑̾̂̾̐̂͑̀̇̔̽̇̎͑̊̅͗͐̀̿̒̒̑̍̽͋̈̉͆̽̊̽̎̐̿̂̔͛͊̑̈̈̄͗͂̍̇̉̐̑̑̆͊̑̔̑̆̄̂̾̋̇̓̽͑̋͛̂̉͌͊̑͒̓̚̕͘͘̕͘͝͝͝͠͝͝͝͝͝͠͝ͅę̵̧̛̛̭͔̱̫̹͇̦̥̬̹͇̩̞̯̭̱̙͍̺̹̣̦͋̈́̏͗̽̉͐̏͒̀̈́̋̈̽̇̉͒̊̎̏́̐͆̿̏̈́͗͐͑͋̄͆̇͑̑͛̄̿͆́̂̃̈́̈́̅͊̍͋͐̈́̄̎̉͆͊̋͊̅̅̓͐̓̎̾͛̉̍̍̐̋̽̀̓͐̂̉̃̌̈́͒̿̈̊̍͘̕̚̕̕̕͜͠͝͝͝͝͝͝͝͝w̸̨̨̢̨̛̲̰̰̞̫̟̪̪͓̩̟̪̙͓̤͖̩͖̤̤̳̬̤̣͎̺̹͎̲͖͇͖͚͈̮̻̻͉̰̤̰͇̼̪̻͍̪̜̼̪̘͑̽͐̌͐̃̓̌͑͂́̔͑̄̎̈́͑̈̑̄̑̓̀̔͋̆̔̒̉͌͗̾͛̓̊̄̌́͌́̈́̇͂̂̏̋̅̎͘̕̕̚͘͜͠͝͝͝͝͝ͅͅ(̷̡̨̡̨̨̢̡̢̛̛̛̠̣̯̬̟͙̤̙̥̱̮̦̞̞͉̦̤͙͖̞̥̠̥̪̮̼̹̳̭͎̠͕̥̤̟͍̖̹̯̭͕̤̜̿͒̀͊̅̌͗̍͗̏͂̑̏̈́̋̈́̿͋̐́̅͊̅͆͒͊́́̒̎̂̂̓̀̆̇̀̓̇̾̒̀̽͒̈́̓̏̌̉̽̈́̌͊͂̎̐̃̌̈́͋̔͋̔̀̀̊̑̽̏̈́͐̌̇̏̒̾̊̅̌̍͂̀͂͐̏̄̅̽́̇̈́͋̀̆̚̕̚͘̚̚̚͜͜͜͜͠͠͝͝͠͠͝͝f̸̨̛͍͖̠͚̤͚͙̦͕͍̱͔̱̲̣̫͔̫̬̞̹̗̱̼͕̬͔̣͎̪̫̭̩̹̩̫̲̤̥̩̦̝̠̺̙̣͙͉̫̦͕̫̯̞̾́̈̂͂̂͗̓̍̿̐̇̄̉̂̐̀͘̕͘͜͜ͅi̷̡̢̢̧̡̨̢̛̺̳͙͕̺͉͈̳̠͔̰̦͓̥̬̗̹̘͚̣̼̬̣̱̰͓̮̬̲̗̜̦͖͕̠̱̦̰̣̱̳̗͓͖̗̖͎̭̪̠̣̰͙̣̙̜͇̫͙̩͐̄̓̒̀̄̐̏̎̍̔̄̈́̍̌̑̐́̌̎͑͗́̐̀͗̓̎̋͛̀̋͗͋̀̍̍́̏̀̚͝͝ͅļ̸̢̨̢̢̠̬̯̝̼̣̳̩̼͉͎̪̣̝̹̟̱̹̩̪̟̘͉̮͖͕͎̥͈̠̻̦̺̝͈̙̬͖̜̠͍̟͇͖͍̣͈̪̙̰̞̗͚̲̦̬̪̹͕̜͉̱͉̱̱̼͓̼̬̞̙̮̫̺̺̳͙̥̮͆̌̌̌̾̅͋͂͑̎͆̀̓̎̏̈́̆͒͗̍̀̇̐̿̎̅̈́͒̋̈́̾̋̅͊̽̿͂̋̃͋͋͘̕̚̚̕̕̕͜͜͜͝͝͝͠ȩ̵̢̡̡̨̡̢̡̨̧̛̛̜̹̘͙̮̞̳̜̩͎̩͇͈̠͖̜̜̫̗͕̹̳͈̙̭̞̺͍͕̳͖̞̬̖̝̭̼̪̱̱͙͎̦̠͙̝̫̬͈̻̰̯̲̝͙̯̥̘̯͖͔͖̥̝̳̙͓̱͓̜̈́̓̓̉̑̔̐͊͋̎̈́͐̇͗̏͌̀̂͋̈́́̄́̌̆̄͆̌̄̈̾̎̚͜͜͜͝͝͝͝)̵̨̢̡̡̢̢̨̨̢̧̨̟̲͇̮̪͇͔͔̫̜̣̜̙͈̮͙̼̬͖̤̭̲̠̼̜͓̥͙̹͓̱̣͉̬͕̦̖̤̘̪̳̣̻̳̣̝̝͓͕͎͕͉̲͇̱͎͇̦̟̜̞̠͔̯̩̠̣͎͎̗̙̞́̅̔̈́͐̆͆͆̍͊͜͜͜͜͜ͅͅͅͅͅͅ.̴̡̢̨̧̢̡̛̛̱͕̗̻̩͎̲̩̟͉̜͎̰͙͇̣̳̠͙̰͚̪͕̪͕̖̟͍̳̱̫̟͙̰̲͓̰̤͈͖̰̲̟̯̭̠͎̥̤̝̘̟͚̙̗̩͎̜̦̞̗̝̰̜̗̣̜̝̲̯̮̦̥͙̻̗̻͓̩͉̞̰͇̻͖͉̟̳͕̦̘̮̞̥̝͖̍̌̓̒̇̈̂̔̈́͊̇͗͛̾̓̽̊́̂͋̒̿̈́̿̈́͆̈̇̃̊̽̀̈́̽̈́̒̆̐̉͊͐̐̐͐̈͗̓͒̿̅͊͂̀̃̍͊͗̂̋̓̀͋̈̋̏͐̎͌̽̃̄̀͑́́̆̉̈̋͒̀̃̊́̏̏̈̂̓̂̈́́͌̕̕̕̕̕͘͜͝͝͝͝͠͝͝͝ͅͅb̵̡̛̛͉̲̬̯͈̰̩̹̯̱̺̯͇̺̫͎͚͉̳̩̤͍̠͇͇͈̮̫̈́̂̎̃̅͆̋̅̈́͑͋̓̇̆̌̔̌̉͐̐́̍̈́̆̓̾̿̈́̓̽̋̔͌̄̊̽͌̅͒̀̈́̂͌̽͋͌̓́͗̑̒̀̓̉̅̋̔̈̂̔̓̇͋̌͒̈́͗̌͒͒͌̏̇̈́̎͋̂̔̈̈̆̉̏̈͆͘̕͘̚̚̚̚̚̚͜͠͝͝͝͠͠͝͠͠͠y̷̧̨̢̨̨̛̛̛̼̼̰̥͇̫͎̭̟̭͍̯͉̼͗̄͒̅̏͒͆̒̉̀͗͒̈́̓̌̆̅̃́̒̈́͒͗̂̋̈́̋̑̆͌̃̓̇͑̈́̒̋͋̾̊̂̈́̍̃͑̓̊͒̈́̊͗̂̏̄͛̌͆̂͗̃̈́͆͊́͗̆̒́͘͘̚͘̚̕̚͜͝͝ͅţ̷̡̢̡̨̡̡̡̧̫̞̮̯̦͙̙͍̞̪̪̻͙͍͕͉̞̘͚̫͎̲̫̪̺͍͇̠̥̼̲̥͕̞͔̝͉̞̖̬̲̼̯̝̣̙̠̗̞̭͕̩̗͈̹̳͇̯̰̅̎̽̒̋̀͑͂̊̌̀͑̍̔͗͋̿̄͋͛̐̊͆͌̽̀͌̉̇̈́̉͑̑͛̎͐̍͑̄̈́͆̈́̍̈͂̿̑̈́̿̎̚͘̚͜ͅȩ̵̞̰̣̘͚̀̊͗̈́͐͊͝s̵̢͇̹̥̺̮͕͍̞͔͎͚̭̫̯̤̤̻͖̠̖͙̹̺̱̭̜̟͐̅̄̄̀̒͛̔͐͛͐̎̾̉́̏͛͛̄̈́͋͐̒͆͛̎̒̌̉͊̾͂̈́̽͊̌̀̿̌̀̾͑̐̈́̎̀̊́͒͊̀̆͊̑̈̓̽̃̆̾́̏̈́̉͒̎̔̀͆̔͆̇̈́͂̌̾̓̽̌̿̅̽͘̚̕̕͘͘͜͝͝͝͝(̸̧̧̧̨̨̧̢̧͙̖̯̭͔̬͚̫̱̣̳̙̤̙̭̬̝̥̮̫̖̙͕͖̼͙̫̠̰̭̞̠̥̯̤̲͇̩͙̯̪̜̺̠͎̣̘͓̫͑͐̏́̐̐̀͋̈́͑̒̊͒̽̓́̓̄̓̃̀̈́̽̈̋͑̏͛̒̂̈́̏̆̍̔̈́͐̅͆̇́̔͗̾̈̚͜͝͠)̸̨̡̨̡̡̢͍̹͕̹̰̳̣̘̹͓̳̻̲̼͚̰̠̩̜͉̮̉͆̽̍̀̆̊́̍̑̈.̵̧̡̧̡̧̨̛̳̦̺̼̺̤̹̼̮̟̮͍̯̺̲̻̥̱̣̤̗̼̣̯̥̰̹̟̝̦̫̖̘͖̼̝̪̯͈̲̫̞͓͙̩̥̠̰̹̙͔̖̹̣͕̥̬̣̤̭̦̪̪̈́̒̀͌͒͒̑̉͒̔͐̀̀̂̋̈́͋̃͑̓̒́̆̄́̈́̇͛̌͂̇́̓̀͑̅̈́̇̓̂͋̓̒͊̀͌͌͘͘̚͜͜͜͝͠͝͝͠ͅͅͅͅf̶̡̢̡̧̢̧̡̨̢̛̛̛̮͖͖̣̙̲͈̮̮̺͉̺͎̦̱̮̝̣͖̮͔͍̩̩̤͍̭̗̳̣̦͈̲̭̝͚̪͎̦͕̘͇̬̝̪̞̞̘͙̱̞̱̱̜͍̭̰̲̗͇̜͖̳̜͓̞͉̖̯̜͈͕̲̘̲̱̞̼̞͖̠̪͓̫̘͒͗̅̋̐́̓̈̎̔̐̂͒͒̓͊̔̐̏̌̓̒͊͌̍̃͆̅̈́͐̐̎̿͊͐̾̆͂̌́́̃̓͛̓̍̃͐̋́̈̎̑͗̽͗͌̑̅̐͋̽͌̽̆͛̓͒̎̀͌̎̋̾̃̆̋̾̓̕̕͘͘͘͜͜͝͝͠͠͝͝ͅi̸̧̢̢̡̨̡̧̧̛̛̛̛͔͇̬̳̗̯̤͕͚̟͈͇̜͙͔̠̬̳͉̙͖͈̮̰͎̙̦̲͕͕̹̮͇͓̘̱̬̼̟̭̲̜̮͉̲̰͍̹͇͖̬̭͚͇̬̱̖̘̠̹̭̗̗̰̩͎͖̙̺̟̬̩͍̮̫̻̻͓͙̣̝̬̺̼̫̤̤̪̟̟̘̟͒̈͊́͌̏́̅̎̿́͐͛̌͐̌͑͆̽̐̽̉̓͌̈́̓͌̈́̓̇̏̐͒̅͗͗̑̈́́̓͂͑͑͌̃͑̀̓̾̊̔̑̀̈́̎̆͆̏̓̒͑̈́̓̇̽̀̏̍͂̚͘͘͘̚̚͜͜͜͜͠͠͝͠͠ͅͅļ̵̧̨̡͔̠̱͓̭̱̺͙̱͇̟͖͈̼̱̼̱̥̱͉̱̘͖̪͉̝͔̺̼̖͔̮̝͍͕͈̳̭͓̼͚͇̳͙̙̰̫̹̪̬̼̪̦͖̮͙̣͇̦̼̲͎͉͈͇̤̜̲͉̻̜͎̘̫̮̼͓̠̟̖̙̮̮̮͕̯͉͙͌̈́̎͋̓́́̔́̈̎͊̉͂̈́͛̾̃̃̔̊̀͐̔́͑̐̉̚̚̕̚͜͠͝͝ṯ̵̡̡̨̨̛͖̖̞̭͖̙̤̗̮͕̬͇̩̫͕̜̟̗͎̜̻̗̥̘̫̫͇͍̬̺̫̩̦͙̹̭̮͙͚̙͉̹̬̙̩̱͉͇̳͕̜̤̜̬͚̝͖̠͇̺̌̓͂̎͂̇̓̉̂̈́͌̔̾̓̾̒͌̀͋̿̏̑͗̏̈̇͂̒̕͘̕͘͜͜͝͠͝͝͝ͅͅe̴̢̧̢̡̡̨̛̛̛̻̝̣͔͉͇̜͉͉̙̥̦̟͈͖͍͍̳͓͙̙͇͓̦͈̱̫̹͖͙̘̺͇͍̥͙͚̜̖̯̤̠͚͍̩̮̭̖̫̩͍̦̱̤̩̤̜͓̺̮͙͉̖͖̼̭͎͙̗̱̫̲̙͎̬̦͙̣͔̮̤͔̯̭̩̥̎̈̋̈́̐̒̒͛̌̂̈́̄̓͗̈́͗́̐̋̈̆̈̎̊̀͛̾̆̑͊̏̋̅̈̒̏̒́̐̋́̀̈́̑̾́̃̀̀̇͑̈́̊͘̕͜͜͜͠͝͝͝͝ͅṛ̶̢̡̨̧̨̡̡̧̧̛̛̘̻̞͖͚̝̰̺̼͍̖̼̳̤͉̮̪̭͇̺̭̞̫̱̩͉̱̳̬͎̜̣̲͎̘̰͈̣̬͖̥̥̠͇̪̮̞͚̟͈̦̫͙̣͔͔̟͚͔͇̬͉̣̺͉̻͍͖̫̥͔̺̰̭̰̰̥͍̳͓̞̖͔̘̭̟̠͔̭̘̰̯̦͚̘́̄̈́̆͂͊̿̒̈́̓̀͒̽̀͒̍̎̈́̅͛̇̓̐͗͌͒̕͘͜͝͝͠ͅͅ_̶̢̢̡̡͎̰͚̯͎̝̤̭̜̤͍̗̭̲͈̜̜͈̹͍̞͉̼̮͓̳̗̩̪̮͌̋̉͂̒̌̀̆̎̿̎̌͑͐̾̌̌̈̿͐́͛̌̆̈́̈̂̍̀̅̒̓̈́̇̄͊̍̅͂̆͆̿̒͘̕̕̕͘͜͜͝͝͝m̵̧̨̡̡̩̺̖͖̩̜͔͙̙͓̪̗̭̙̙͖̯̣̲̱͈͓̮̮̲̮̩̳͕̰͇̹̘̯̼̘͕͇͇̹̞͚͈͕̝̞̖̗̥̦͚͐͛̓͌̇̆̈́̀͒͆̿̔͆̎̆̌̀̆̀̑́̏̋̔͑̃̾͗̋̔̈̓̓̅̄̅̽̓̎̀̐́̎̾́̊͐̋͒͑̍̽̎͐̎̌́́̿̄̒̾̊̃̽͊͗̃̕͘͝ͅả̴̡̛̛͈͇̩̣̤̟̜͖̤̼̳̯͈͎͚͔͙̫̿̿́́́̍́̀͛̅̇̄̄͋̀̈̊̑͂̅̃̓͒̀̇͑̓̽͑͑̌̉̍̿̊̓̃̒̑͋̊͊̌̉̈͐͐̅́̑̓͌̆́̈́͛͗̑͗̉̆̐͊̔̉̾̾͋̌̏̓̏̽́̂͌̎̀̈́̔̚̕̚̕͜͝͝͠͝͠͝͠͝͝͠p̸̧̧̧̡̨̨̨̨̡̧̨̨̛̛̯̳̝̱͓̣̖̝̪̺͔̻̳̙̣̯̫̙̟͔̳͔̪͍̼͍̱̰̟̦̤͖̝͍̖̜̦̞̖̦͇̻͇̳̞̮̮͓̪̱̰͍̳̱̼̼̼̮̠͉͕̰̥̖̦͚͔̥̜͚̯͈̠͚̠͎̬͈̜̩̟͓͖͔̘̻̣͇̠̺͕͇̖̣̬̗̟͎̮̐̅̐̆͐̍̑̓̂̑͒̃͆̀̈̔̐̽̂̊̐͒̀̆̓̽̾̑͛͐̑͐̆̅̀̈́̒̐̿̋͘̕̕̚̚͝͠͝͝͝(̷̡̧̡̢̛̛̛̛̯͕̹̦̼̝̠̬̯̦͚̠̭̦̘̫͚̩̟͕͓̫̣̠̠̠̙̦͓͚͓̣̪̞͎͙̻͖̤͗̄̆̈͊́͆̓̃͌̾̒̀̃͒͌̋͂̀̿́̈́̔̿̃͐̎̂̆͊͂͂̀̆̇̾́̾̎͋̈́̅́̅͊̅̒̽̔͌̂͌͐̅̽̿̾̏̍̓̈͂͌̉́͒͒͒̂́̔̋̄̑̂̔̀̾̉̇͐̀̍͛̇͒̈́́̄̋͋̐̌̚̚͘͘̚̚͜͝͠͠͝͝͝͝ͅṘ̶̛͓̟͕͎͚̺͖͉̣̤́̓̈́̏̽̉̎̽̇̀̽̄̅͛̈̐̋́͐͛̀̏̍̅̽̉͊̓̒̀̈́͆͆̓̉͐̓̅̓̏͂͛́̀̀̈́̊̌̔̚̕͘̚͘̚̚͝ę̶̡̡̧̡̨̧̼͍̩͉̬͓̲͓̯̟̲͎̰̞͚͍̙͍̠̠̼̠̹̟̣̜̰͖͔͎̞̗̦̖̘̯̜͓͙̺͉̠̥̱͇̙̺̫̳͇̭̣̤͍̞̻̠͕̲̀̋̃͆̆́̊̈́̉̅̋̌̃͛͆̿̓̅̐̂͂͊͑̀͑̃̾̅̅̄̾̀̎̕̚̕͘͜͜͝ͅͅs̵̡̨̛̺͓͕̟͔͚͕̺̘̟͍̭͚͍͓͓̙͇̳͇̱̯̹̗̜͔͍̯̠̖͓̮̙̾̑̎̇̀̀̈́̃͐̑͆̈́̀̓̋̄̈́̅͆̓̃́͌̌̀̿̇͂͋͒̅̀͒̆̆͆̊̒̆̉̐̑̅͛̒͂̂̅̇̅̇͛̓̈̚̚͘͜͝͝͝͠͝͝ͅͅų̷̢̡̨̢̡̨̧̨̡̛̛͇͕̥͖̳͓̲̫̥͚̦̹̻̺͚͓̬̝̜̥̯͇̻̬̞̥͖̮̖̣͓̝͈̼̹̞̟̮͈̦͙̼̥̫̗̘̪̹͈̠̭̲̟̮̣̦̤͚̮͖̩̝̫̖̬͂̋͊̈́͋̃́̊͋̿́͂̀́̊̆̽̔̋͌̆̔́̈̓͒̆̉̍̌͆͆̈́̋́͗̂̒͑̆̊̈́̾̾̒̀͂͗̆͗̊͌͆̍̎͐̆̽͑̾͗̆̈́̉̒̽̓̽̏͑̏̉̔́̿̇̏̕̕̚̚͘̚̕̚͜͠͠͝͝͝ͅͅl̸̡̧̨̧͚̹̬͎̖̺̲̮̤͍͇̜̣͍͈̤͈̞̦͈̻̮͚͉̰͚̥͍̠̗̣͍̬̠̲̤̥͓̬̹̮͔̭̤̭̖̪̟̞̗͓̻̜̪͇͖̇̆ͅt̶̨̡̧̡̛̛̛̳̪̺͕͙̰͈̤͈͙͔̩͔̉͒͐̉͛̂́͗̓͛̇̾͛̿̃͗̈́̓̓̒̄̐͊̃̍̃̈͂̾̐̓́̎̂̅͌̃̑̔̒̽̃̀͛̂́͛̽̓̂̂̚͜͝͝͝͝͝͝͝:̷̢̨̢̧̧̧̛̫̫͍̰̙̬̺̦͍͎͍͓̮͚̗͚͍̲̩͖̭̖̯̫̻̤̼͙̝̦̼̲̬̗̪̫͂̀͐̆͂̈́̓̊̆̈́͒͊̒̊͒͆́̆̾̀̈́̉̍̌͑͊̑͒̀͆͑͋̀͑̑̀̔͊̅̉̿̐̊̋̑͂͑͌̒̌̈́̑̊̓͗̒̅̑͒̍̀͊̌̋̈́̂̾̅̔̂̄̑̏͌̍͒̽̈́͆̾́̃̿̋͑̆͐̄́̾̌̄̏̓͌͗̍͂̓̈́̇̚͘͘̕̕̕̚͘͜͜͝͠͝͝͝ͅ:̶̢̢̨̨̡̨̧̨̜͈̝͈͎̞̜̯̘̝͉̲̖̰͈̟̯̹̤̦͓͎̥̭͙̺͔̰̳̙͍̩̗͎̘̼̦̟̞̺̘̗̫̮̩͍͍͎̬̳̥͔͈͈̘̭̮̞̗̠̮͕̣͖̺̲͈̟̩̞͔̤͖̒̌͜͜͜ͅͅơ̷̡̢̢̨̧̨̨̡̢̨̡̨̛̛̦̜̝̠͉͔͖̖̬̪͈͉̣̪͓̟̘̜̯̞̬̦͔̣̙͙̺̣͈̙͚̟̻͈̙̗̻̰̲̖̪̖͎̥͔̬̙̲͔̬̩̟̘̦̪̟͚̙̜̦̘͈̜͔̮͇̥͍̝̻̗̫̬̞̬͇͚̫̝̜̳̞̞̠̰̰͎͚͎̺͙̥̣̯͔̪̳͇̱̅̒̽͋̈̈̏̑̑̐̓̔́͒́͑͐͆̏͒͆́̍͌̃́̔́̐̓̈́̀̕͜͜͜͝͠ͅķ̸̢̨̢̧̛̛̛̯̰͎̬͇̳̱̟͙̦̼̺͔̤̬̝̥͇̬̥̟͓̭̲͔̦̥̞͓͒̄̇̈͐̌̊̆͌̈̒̄͑̏́̉̏͑̒́͐̽͆̆́̈́̈́̓̆̄̋̆͊͒̎͒̀͛͌͆̄͌̔̋̑̍͒͌͌̓̐̏̈́̀̎̑͊̊̏̈̀̌̔̇͋̾͛̔̃̐̃̄͂̓͒̆͑̚̚̚͠͝͠͝͠͝͝)̷̧̛̛̛̰͈̼̼̥̩̹͓̣͔͖͎̯̺͚̠͙̇̆͑̀̈͋̊͐̊͐̈́́̄͆̓̎̽̀̂͛̆͋̃̂̈́̊͛̋̂͆̒͑̔̋̀̅̈́̀̑́̂͊̓̈́̓̕̕͜͜͝͝͝͝ ̷̢̧̡̛̛̛̛̛̳̠̪̺̥̹̯̟̝̤̰͍̼̟̠̟̖͖͇̱̱̥͙͓̹̯͕̣͙̯͓̪̻͓͉̼͚̤͈͉̲͔̅̿̋̃̌̀̈́̅̒̄͛́͊̇̅̿͋̈́͋̿̔̂̊̑̓̇̀̈͐̒͛̅̀̓̒̑̾̈̈̀͆͑͋̾̃̅̏̀͒̽̏̈́̃͌̏̏̍͂̕̚̕͘͘͜͜͝͝͝͠͠͝͝͠͠͠͠ͅͅͅ{̶̛͓̭͕̩͓̯͇͉̖̫̙͍͉̻͓̥̣̪͕̹̀͌͆̄̅͒̊̄̈́̀̎͑̔̋̏̓̔́̿̌́̃̔̑͋̿̑̒̓͂̓͌̉̈͌̏̄̎͋̒̿́̉̄̓̓̈́̒̅̔̋̀̏͑̓̿̕͘͝͝͝͝͠ͅ
Comments
Displaying 0 of 0 comments ( View all | Add Comment )