6657 Fan Club
Personal Website Powered By Jekyll and Centrarium
-
DataI/O
Last weekend on 02/08, I attended the datathon DataI/O hosted by OSU BDAA at Keenan Enterpreneaurship Center. In 8 hours, we did some great progress in analyzing some data closely related to electric vehicle. Although the result was not so good, it can count I carried two complete data science...
-
GENUARY2025
GENUARY is an artificially generated month of time where we build code that makes beautiful things. It’s happening during the month of January 2025. You can use any language, framework or medium. I started from Jan 4 (thanks to @n3xta for this idea of doing Genuary), and one project per...
-
CodeForces Round 991 (Div 3)
CodeForces Round 991 Division 3 Problem A void solve() { std::cin >> n >> m; sum = 0, res = 0; std::string s[n]; int len[n], pref[n]; for (int i = 0; i < n; i++) { std::cin >> s[i]; len[i] = s[i].length(); } if (n == 1) { if (len[0]...
-
Welcome to My Blog!
Welcome to my personal blog! You can find my personal website here personal-website! Check out my github for more information personal-gh! #include <bits/stdc++.h> int main() { std::cout << "Hello World" << std::endl; return 0; }