537 problems solved
Rank by points: #523
Total points:
418
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=10&point_end=17&order=-user_count (for faster, consistent solves)
- https://dmoj.ca/problems/?category=4&point_start=10&order=points&page=2
- https://dmoj.ca/problems/?search=dp+c # scared of 20p
- 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. also i dont do cf, only contests there, i have it first option cuz it sounds the coolest. i quit all games (except daily arknights) indefinitely to grind. hopefully i can get good. btw some of my submissions have these little blogs, read them if u want, i write them to regain my sanity and organize my thoughts.
/*
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 (need the text of those table headers to be made white btw tho)
// 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>");
});
The Black.
I met a traveller from an antique land, Who said—“Two vast and trunkless legs of stone Stand in the desert. . . . Near them, on the sand, Half sunk a shattered visage lies, whose frown, And wrinkled lip, and sneer of cold command, Tell that its sculptor well those passions read Which yet survive, stamped on these lifeless things, The hand that mocked them, and the heart that fed; And on the pedestal, these words appear: My name is Ozymandias, King of Kings; Look on my Works, ye Mighty, and despair! Nothing beside remains. Round the decay Of that colossal Wreck, boundless and bare The lone and level sands stretch far away.”
The Blue.
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
, #