195 problems solved
Rank by points: #3847
Total points:
168
1 contest written
Rank by rating: #3312
Rating: 1171
Min. rating: 1171
Max rating: 1171
From TTMath School, Foxen, Olympiads School, University of Toronto Schools
About
9b958262ab5bb487d4f5a454178ef907c1f594d0b11031793f8b4102e0b8455b
new! 2b0f684c8ded70633ddf6dcfb50b4a4c6edae155092e1929b4552fab15be9363
wow why do I do so many 3 pointers and when in the world did I do a 7 pointer
orz uselessleaf
_ _ ____ _ _ _____ _
| | | | __| | | | | _ || |
| |_| | |__| | | | | | | || |
| _ | __| | | | | | | || |
| | | | |__| |__| |__| |_| ||_|
|_| |_|____|____|____|_____|(_)
cool code, type it in your userscript at your own risk.
$(function() {
$("#page-container").css({background: "#FFEFF2"});
$("body").css({background: "FFFFFF"});
document.body.style.color = "rgb(255,174,188)";
colorLinks("#ff6e86");
function colorLinks(hex)
{
var links = document.getElementsByTagName("a");
for(var i=0;i<links.length;i++)
{
if(links[i].href)
{
links[i].style.color = hex;
}
}
}
});
Rating history
, #