Skip to content
View nanck's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report nanck

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

Pinned Loading

  1. ChooseAddress ChooseAddress Public

    一款轻量级的行政区划选择器

    Java 12 1

  2. Canvas_CCalendarView Canvas_CCalendarView Public

    带农历的日历控件

    Java 7 1

  3. 在心中任意选择一个两位数(或者说,从10~99之间任意选择一个数),把这... 在心中任意选择一个两位数(或者说,从10~99之间任意选择一个数),把这个数字分别减去其十位数和个位数(例如你选择的是71,那就:71-7-1=63)。--> https://duxinshu.51240.com/
    1
    #include <iostream>
    2
    #include <time.h>
    3
    using namespace std;
    4
    
    
    5
    int main(){