240 发简信
IP属地:江苏
  • 2980大整数乘法

    一次就ac了, 开心

  • 2981大整数加法

    最后得考虑都为0的情况。

  • 2964日历问题

    这里的格式输出挺容易错的,要月和日都能补0.

  • 2712细菌繁殖

    ··· include<iostream> using namespace std;int main(){int days[12] = { 31...

  • 1657棋盘上的距离

    ··· include<iostream> using namespace std;int main(){int nCases, i;cin>>...

  • 凯撒密码

    ······ include <iostream> include <string> using namespace std;int main(...

  • 487-3279 编码规范化和计数 百练2974

    百练的编码框由于显示问题有的注释复制过去会自动换行原来是不要紧的啊··· include<iostream> include<stdio.h> ...

  • 统计字符数

    ··· include<iostream> include <stdio.h> include <string.h> using namespa...

  • 2018-10-09八皇后ver3

    ··· #include int ans[92][8], n, b, i, j, num, hang[8]; void queen(int i)...