Skip to content
View wolong's full-sized avatar
Block or Report

Block or report wolong

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
wolong/README.md

Hi there 👋

Pinned

  1. Note Note Public

    C#

  2. C语言打印二进制 C语言打印二进制
    1
    void print_bin(int n)
    2
    {
    3
        int l = sizeof(n)*8;//总位数。
    4
        int i;
    5
        if(i == 0)