522 problems solved
Rank by points: #591
Total points:
403
4 contests written
Rank by rating: #1816
Rating: 1489
Min. rating: 1149
Max rating: 1489
From Codeforces, Olympiads School, Stephen Lewis S.S.
About
𝙻𝚘𝚜𝚝 𝚒𝚗 𝚝𝚑𝚎 𝚋𝚕𝚊𝚌𝚔 𝚊𝚗𝚍 𝚋𝚕𝚞𝚎.
Problems (Queue)
- https://dmoj.ca/problems/?point_start=12&point_end=15&order=-user_count
- https://dmoj.ca/problems/?category=4&point_start=10&order=points&page=2
- https://dmoj.ca/problems/?search=dp+c # scared of 20p
- https://dmoj.ca/problem/cco11p6
- https://dmoj.ca/problem/ccc17s4
- And more >12 pointers! Road to 500! (grinding s3 s4 yk yk)
Friends (List)
- weewoo14
- pbhat
- LOLIPOPGOD
- Ah_Dee_Das
- disc: vastaway
Achievements (Map)
- 2024 CCC Junior: 75/75 (got lucky, easy year)
- 2024 CCC Senior: 34/75 (ad hoc s3, rip)
Thoughts (Set)
- 2024/10/24 - The 107-day streak now ends here...
- 2024/10/25 - The day I found out what DMOJ stands for: Don Mills Online Judge
- 2024/11/07 - 400 points! Yayyyy
i am luck https://enka.network/u/Vastaway/41IQ6M/1310/5139029/. arknights is the best game of all time.
/*
Vastaway's Theme
----------------------------------------------------
Thank you ChatGPT for the final touches.
Credit goes to Potatoritos for show hidden comments.
*/
$(function() {
// Colors
const colors = {
primaryBg: "#111111",
secondaryBg: "#101010",
pageBg: "#000000",
borderColor: "FFFFFF",
textPrimary: "#FFFFFF",
textSecondary: "#DDDDDD",
hoverBg: "#333333",
accentColor: "#2980b9",
};
// Background Color
$("body").css("background-color", colors.pageBg);
$("#page-container").css("background-color", colors.primaryBg);
$("#nav-list").css({
"background-color": colors.secondaryBg,
"color": colors.textSecondary
});
// Buttons
$("a#random.button").text("🎲 Random");
$("a#go.button").text("🔍 Search");
// Animations
$(".button").css({
"color": colors.textPrimary,
"background-color": colors.accentColor,
"border-radius": "5px",
"padding": "15px 20px",
"transition": "background-color 0.3s"
}).hover(function() {
$(this).css("background-color", colors.hoverBg);
}, function() {
$(this).css("background-color", colors.accentColor);
});
$("a#random.button").css({"padding": "7px 39px"});
$("a#go.button").css({"padding": "7px 39px"});
// Font Color
$("h1, h2").css("color", colors.textPrimary);
$("p, li").css("color", colors.textSecondary);
// If some1 knows how to change white headers to black, plz help
// Show hidden comments automatically (from Potatoritos)
$("a[href^='javascript:comment_show_content(']").each(function() {
comment_show_content(parseInt(this.href.replace(/^\D+/g, "")));
});
// Add custom message to footer
// $("footer").append("<div style='text-align: center; color: " + colors.accentColor + ";'>✦ Vastaway ✦</div>");
});
We may not know which way to go on this dark road Some put it on the Devil when they fall short I put it on my ego, lord of all lords Every emotion been deprived Even my strong points couldn't survive If I didn't learn to love myself, forgive myself a hundred times One of these lives, I'ma make things right With the wrongs I've done, that's when I unite With the Father, Son, 'til then, I fight
Rating history
, #