设置 | 登录 | 注册

【试题】图形显示

#include <stdio.h>
int main()
{
    int n, i, j;...
巨大八爪鱼 4-16 巨大八爪鱼 (点击/回复: 912/1)

【试题】复数运算

#include <stdio.h>
#include <stdlib.h>
typedef struct
{
    f...
巨大八爪鱼 4-16 巨大八爪鱼 (点击/回复: 906/1)

【试题】矩阵乘法

#include <stdio.h>
#include <stdlib.h>
int **create2d(int row, int col)
{...
巨大八爪鱼 4-16 巨大八爪鱼 (点击/回复: 786/0)

【试题】逆波兰表达式

对于:-+3*5+261
其计算过程如下:
ev: {0, 0} -> {42, 9}
x: -+3*5+261
v1: {43, 7}
{...
巨大八爪鱼 3-19 巨大八爪鱼 (点击/回复: 977/3)

【试题】颠倒的价牌

#include <stdio.h>
bool invert_digit(int *n)
{
    switch (*n)...
巨大八爪鱼 3-19 巨大八爪鱼 (点击/回复: 1072/1)

【试题】振兴中华

#include <stdio.h>
#include <string.h>
char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "...
巨大八爪鱼 3-19 巨大八爪鱼 (点击/回复: 944/0)

【试题】排它平方数

#include <stdio.h>
#include <Windows.h>
bool diff(char *str)
{...
巨大八爪鱼 3-19 巨大八爪鱼 (点击/回复: 984/1)

【试题】连号区间数

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int sort(int *...
巨大八爪鱼 3-18 巨大八爪鱼 (点击/回复: 842/4)

【试题】第39级台阶

#include <stdio.h>
int count = 0;
char str[100];
void search(int nStaircases, int nSt...
巨大八爪鱼 3-18 巨大八爪鱼 (点击/回复: 803/1)

2014-第五题 打印图形 递归调用情况

f(a, 5, 0, 16);
    f(a, 4, 0, 24);
        f(a,...
巨大八爪鱼 3-18 巨大八爪鱼 (点击/回复: 1823/11)

【试题】打印十字图

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char *arr;...
巨大八爪鱼 3-16 巨大八爪鱼 (点击/回复: 1019/3)

【试题】翻硬币

#include <stdio.h>
#include <string.h>
#define sw(a) a=((a=='o')?'*':'o')
#defi...
巨大八爪鱼 3-16 巨大八爪鱼 (点击/回复: 935/0)

【试题】错误票据

#include <stdio.h>
int main(void)
{
    int a[100001];...
巨大八爪鱼 3-15 巨大八爪鱼 (点击/回复: 871/0)

【试题】分糖果

#include <stdio.h>
#include <stdlib.h>
// 执行一轮分发
void distribute(int *a, int n)...
巨大八爪鱼 3-14 巨大八爪鱼 (点击/回复: 810/1)

【试题】小朋友排队 [图片]

巨大八爪鱼 3-14 巨大八爪鱼 (点击/回复: 1120/9)
本吧共有主题数74个,帖子数296篇,会员0位。

内容转换:

发表帖子
标题:
内容:
用户名: 您目前是匿名发表。
验证码:
看不清?换一张