内容转换: 不转换

巨大八爪鱼的个人主页

巨大八爪鱼


  • 14

    关注

  • 10

    粉丝

  • 46

    访客


等级:一派掌门 二十级

经验:87690点

金币:52009枚


性别:

生日:1997年4月14日

星座:白羊座

血型:O型


注册时间:2010-8-14 17:17

最后访问时间:2025-7-22 21:08

最后发帖时间:2025-7-22 21:05

个人简介:欢迎大家来到我的网站

帖子

点击/回复 标题 最后回复 发表时间/侃吧
422/1 【代码】用C++标准库实现explode函数和join函数
#include <iostream>
#include <string>
#include <vector>
using namespace s...
3-22 3-22
466/4 近期的任务
开发部分Arslanbar 2.0的API
3-27 3-22
472/2 今天我开始阅读维基百科源代码
看了一下午,还算基本看懂了。
3-21 3-21
508/2 今天蓝桥杯考完了
前五个是对的
后面几个暂不知道答案
3-28 3-20
868/9 【试题】剪格子
// 参考资料: http://blog.csdn.net/xushao_movens/article/details/50637251
#include <iostream>...
5-23 3-19
516/3 【试题】逆波兰表达式
对于:-+3*5+261
其计算过程如下:
ev: {0, 0} -> {42, 9}
x: -+3*5+261
v1: {43, 7}
{...
3-19 3-19
582/1 【试题】颠倒的价牌
#include <stdio.h>
bool invert_digit(int *n)
{
    switch (*n)...
3-19 3-19
485/0 【试题】振兴中华
#include <stdio.h>
#include <string.h>
char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "...
3-19 3-19
456/1 【试题】排它平方数
#include <stdio.h>
#include <Windows.h>
bool diff(char *str)
{...
3-19 3-19
395/4 【试题】连号区间数
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int sort(int *...
3-18 3-18
403/1 【试题】第39级台阶
#include <stdio.h>
int count = 0;
char str[100];
void search(int nStaircases, int nSt...
3-18 3-18
937/11 2014-第五题 打印图形 递归调用情况
f(a, 5, 0, 16);
    f(a, 4, 0, 24);
        f(a,...
3-18 3-18
504/3 TMD,现在不翻墙就上不了Arslanbar
囧!
3-18 3-18
514/1 蓝桥杯还有四天了
rt
3-18 3-16
433/0 【试题】翻硬币
#include <stdio.h>
#include <string.h>
#define sw(a) a=((a=='o')?'*':'o')
#defi...
3-16 3-16
761/2 做了一个显示侃吧信息的Windows程序
3-15 3-15
513/3 【试题】打印十字图
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char *arr;...
3-16 3-15
423/0 【试题】错误票据
#include <stdio.h>
int main(void)
{
    int a[100001];...
3-15 3-15
380/0 今天是圆周率节
rt
3-14 3-14
375/1 【试题】分糖果
#include <stdio.h>
#include <stdlib.h>
// 执行一轮分发
void distribute(int *a, int n)...
3-14 3-14
369/0 【试题】买不到的数目
#include <stdio.h>
int main(void)
{
    int a, b;...
3-14 3-14
365/1 【试题】回文数字
#include <stdio.h>
int main(void)
{
    int n, i;...
3-13 3-13
624/9 【试题】小朋友排队
3-14 3-13
463/2 【试题】核桃的数量(三个数的最小公倍数的求法)
#include <stdio.h>
//#define gcd3(a, b, c) gcd(gcd((a), (b)), (c))
#define lcm(a, b) ((a...
3-13 3-13
483/6 【试题】带分数
#include <stdio.h>
#include <string.h>
int number, count = 0;
int getn(char *st...
3-13 3-13
369/0 全排列算法
#include <stdio.h>
void swap(int *a, int *b)
{
    int t = *a;...
3-13 3-13
425/4 我的《蚂蚁感冒》的代码
#include <stdio.h>
#include <stdlib.h>
typedef struct _ANT
{...
3-13 3-13
730/6 今天由于去听英语课程起床太早
导致我头疼了一下午,还甚至喉咙发炎了
3-13 3-12
769/5 【程序】在对话框的图像控件中显示网络图片
【运行效果】
1-7 3-11
892/8 【窗口程序】Win32全透明Aero窗口
4-3 3-9