From Codeforces, Foxen, Don Mills C.I.
About
THERE IS A SECRET EASTER EGG ABOUT ME IRL HIDDEN IN MY BIO PROFILE
Bombardini Tortinii! En un mundo donde los bocadillos comunes ya no son suficientes, un héroe surge del cielo de la cocina. No es un avión cualquiera, no es una comida cualquiera, este... Es el Tortilla Bomber
Family: Bomberina Gelatina (mother), El Eaglo Bomberolo (father), Bomberino Foxerino (older brother), Warshipero Foxerino (eldest brother), Aircrarriearo Foxerino (ancestor), Tomatini Bombardini (cousin), Los Tomates Dicen Que No (youngster)
Friends: Unclito Samito, Statutino Libertino, Sammini Spyderini, Raqatchaka Riqitchiki,
Enemies: Bambini Tankini Banana Yeldini Pierdolini, Cappuccino Assassino, Cappuccino Assassino's Family, Bulbito Bandito Traktorito
P.S. free schlep
PROBLEMS THAT LOOK SUPER FUN TO SOLVE
https://dmoj.ca/problem/ccc16s4
PPL who are awesome
STORY PROBLEMS
https://dmoj.ca/problem/mockccc14j1
https://dmoj.ca/problem/mockccc14j2
https://dmoj.ca/problem/mockccc14j3
https://dmoj.ca/problem/mockccc14j4
https://dmoj.ca/problem/mockccc14j5
https://dmoj.ca/problem/mockccc14s1
https://dmoj.ca/problem/mockccc14s2
https://dmoj.ca/problem/mockccc14s3
https://dmoj.ca/problem/mockccc14s4
https://dmoj.ca/problem/mockccc14s5
userscript credits go to kirito and d
CREDITS GO TO D AND KIRITO FOR MY PROFILE CODES
$(function() { // You have to credit d if you're going to use this // Can't modify stuff now, right? var elements = document.getElementsByTagName("li"); for (i=elements.length-1; i>=0; i--) { var e=elements[i]; if (e.children.length===1) { var f=e.children[0]; if (f.tagName.toUpperCase()==="A") { if (f.text==="Edit profile") { e.parentNode.removeChild(e); } else if (f.text==="Log out") { e.parentNode.removeChild(e); } } } } // Can't submit solutions now, right? var links = document.getElementsByTagName("a"); for (i=links.length-1; i>=0; i--) { var l=links[i]; if (l.text.toLowerCase()==="resubmit") { l.href="/"; l.text="You cannot resubmit"; } else if (l.text.toLowerCase()==="submit solution") { l.href="/"; l.text="You cannot submit"; } } // Part 2 of solution submission code inputs = document.getElementsByTagName("input"); for (var index=inputs.length-1; index>=0; index--) { i=inputs[index]; //P.S my classmate Dana acts like Alice ngl. //i.e putting kids in her basement. if (i.hasAttribute("Value")) { if (i.value.toLowerCase()==="submit!") { i.disabled=true; i.value="Submission unavailable"; } } } });
function banned(){ setTimeout(function(){alert("YOU HAVE BEEN PERMANENTLY BANNED FROM DMOJ.")}, 2000); }
banned();