Skip to content
View wangzhaohan2910's full-sized avatar
πŸ•
Keeping a dog
πŸ•
Keeping a dog

Block or report wangzhaohan2910

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wangzhaohan2910/README.md
The information of me, wangzhaohan2910.
  • πŸ‘‹ Hi, I’m @wangzhaohan2910
  • πŸ‘€ I’m interested in OI.
  • 🌱 I’m currently learning Graph Theory.
  • πŸ’žοΈ I’m looking to collaborate on Online Judges.
  • ☎ How to reach me? My phone number is +86 15626067976.
  • πŸ“§ And, my email address is [email protected] or wangzhaohan2910@outlook/hotmail.com.
  • πŸ˜„ Pronouns: He or Him in Minecraft.
  • ⚑ Fun fake: I AK IOI!
  • 😁 My Blog

Pinned Loading

  1. wangzhaohan2910.github.io wangzhaohan2910.github.io Public

    My blog.

    HTML

  2. CLion Format Settings CLion Format Settings
    1
    <code_scheme name="Default copy" version="173">
    2
      <RiderCodeStyleSettings>
    3
        <option name="/Default/CodeStyle/EditorConfig/EnableClangFormatSupport/@EntryValue" value="false" type="bool" />
    4
        <option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_EXPRESSION/@EntryValue" value="false" type="bool" />
    5
        <option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_FOR_STMT/@EntryValue" value="true" type="bool" />
  3. C++ Template C++ Template
    1
    #include <bits/extc++.h>
    2
    using namespace std;
    3
    using namespace __gnu_cxx;
    4
    using namespace __gnu_pbds;
    5
    typedef short i16;
  4. C++ Fast Read & Fast Write Using RAII C++ Fast Read & Fast Write Using RAII
    1
    char buf[1 << 20], *p1, *p2;
    2
    #define getchar() (p1 == p2 && (p2 = (p1 = buf) + fread(buf, 1, 1 << 20, stdin), p1 == p2) ? EOF : *p1++)
    3
    inline void read(int &x)
    4
    {
    5
        register bool f{true};
  5. VSCode tasks.json for compiling & ru... VSCode tasks.json for compiling & running C++ program
    1
    {
    2
        "tasks": [
    3
            {
    4
                "type": "cppbuild",
    5
                "label": "C/C++: g++.exe η”Ÿζˆζ΄»εŠ¨ζ–‡δ»Ά",
  6. Mythware Killer Mythware Killer
    1
    #include<thread>
    2
    #include<stdlib.h>
    3
    #include<windows.h>
    4
    int main(){
    5
    std::thread{[]()->void{while(true)