• Semester Conclusion 2

    #include <bits/stdc++.h> int main() { std::cout << "我选择【Calculus 3】为本学期【Device】" << std::endl; return 0; }


  • Semester Conclusion 1

    The bug of code syntax not highlighting as expected has been fixed. #include <bits/stdc++.h> int main() { std::cout << "我选择【Paolo Bucci】为本学期【chopper】" << std::endl; return 0; }


  • Personal Website Rebuild

    The website has been rebuilt using the new theme Centrasium! Why are my codes not highlighted????


  • 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; }