內容轉換: 不轉換

巨大八爪鱼的個人主頁

巨大八爪鱼


  • 15

    關注

  • 12

    粉絲

  • 54

    訪客


等級:一派掌門 二十級

經驗:92052點

金幣:52799枚


性別:

生日:1997年4月14日

星座:白羊座

血型:O型


註冊時間:2010-8-14 17:17

最後訪問時間:2025-12-27 18:16

最後發帖時間:2025-12-27 17:32

個人簡介:欢迎大家来到我的网站

帖子

點擊/回復 標題 最後回復 發表時間/侃吧
757/2 今天蓝桥杯考完了
前五个是对的
后面几个暂不知道答案
3-28 3-20
1268/9 【试题】剪格子
// 参考资料: http://blog.csdn.net/xushao_movens/article/details/50637251
#include <iostream>...
5-23 3-19
829/3 【试题】逆波兰表达式
对于:-+3*5+261
其计算过程如下:
ev: {0, 0} -> {42, 9}
x: -+3*5+261
v1: {43, 7}
{...
3-19 3-19
941/1 【试题】颠倒的价牌
#include <stdio.h>
bool invert_digit(int *n)
{
    switch (*n)...
3-19 3-19
801/0 【试题】振兴中华
#include <stdio.h>
#include <string.h>
char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "...
3-19 3-19
819/1 【试题】排它平方数
#include <stdio.h>
#include <Windows.h>
bool diff(char *str)
{...
3-19 3-19
730/4 【试题】连号区间数
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int sort(int *...
3-18 3-18
705/1 【试题】第39级台阶
#include <stdio.h>
int count = 0;
char str[100];
void search(int nStaircases, int nSt...
3-18 3-18
1587/11 2014-第五题 打印图形 递归调用情况
f(a, 5, 0, 16);
    f(a, 4, 0, 24);
        f(a,...
3-18 3-18
723/3 TMD,现在不翻墙就上不了Arslanbar
囧!
3-18 3-18
749/1 蓝桥杯还有四天了
rt
3-18 3-16
736/0 【试题】翻硬币
#include <stdio.h>
#include <string.h>
#define sw(a) a=((a=='o')?'*':'o')
#defi...
3-16 3-16
1112/2 做了一个显示侃吧信息的Windows程序
3-15 3-15
854/3 【试题】打印十字图
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char *arr;...
3-16 3-15
747/0 【试题】错误票据
#include <stdio.h>
int main(void)
{
    int a[100001];...
3-15 3-15
569/0 今天是圆周率节
rt
3-14 3-14
662/1 【试题】分糖果
#include <stdio.h>
#include <stdlib.h>
// 执行一轮分发
void distribute(int *a, int n)...
3-14 3-14
655/0 【试题】买不到的数目
#include <stdio.h>
int main(void)
{
    int a, b;...
3-14 3-14
706/1 【试题】回文数字
#include <stdio.h>
int main(void)
{
    int n, i;...
3-13 3-13
948/9 【试题】小朋友排队
3-14 3-13
814/2 【试题】核桃的数量(三个数的最小公倍数的求法)
#include <stdio.h>
//#define gcd3(a, b, c) gcd(gcd((a), (b)), (c))
#define lcm(a, b) ((a...
3-13 3-13
857/6 【试题】带分数
#include <stdio.h>
#include <string.h>
int number, count = 0;
int getn(char *st...
3-13 3-13
668/0 全排列算法
#include <stdio.h>
void swap(int *a, int *b)
{
    int t = *a;...
3-13 3-13
727/4 我的《蚂蚁感冒》的代码
#include <stdio.h>
#include <stdlib.h>
typedef struct _ANT
{...
3-13 3-13
1034/6 今天由于去听英语课程起床太早
导致我头疼了一下午,还甚至喉咙发炎了
3-13 3-12
1134/5 【程序】在对话框的图像控件中显示网络图片
【运行效果】
1-7 3-11
1249/8 【窗口程序】Win32全透明Aero窗口
4-3 3-9
3487/8 【代码】WinHttp的基本用法
无关的参数全部传递NULL。
【示例1:下载一个png图像,并保持到磁盘上】
#include <stdio.h>
#include <Windows.h>...
4-29 3-8
779/1 今天,我报名参加了学校的英语口语俱乐部
不过讲的是美式英语!
3-7 3-7
982/7 我们这学期要学国学,还要背论语,操蛋!
而且只要有一句话没背,期末考试直接60分以下,就得重修!
7-24 3-7