设置 | 登录 | 注册

接下來的安排

算法題56題
歷屆試題24題
共80題
離考試還有大約30天
因此每天刷2道或3道題
巨大八爪鱼 4-24 巨大八爪鱼 (点击/回复: 493/0)

【試題】算法訓練 數字三角形

【得分57】
#include <stdio.h>
#include <stdlib.h>
int n;
int max = 0;
int **t...
巨大八爪鱼 4-24 巨大八爪鱼 (点击/回复: 448/1)

【試題】算法訓練 區間k大數查詢

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef struct...
巨大八爪鱼 4-24 巨大八爪鱼 (点击/回复: 399/1)

【試題】送分啦

問題描述    這題想得分嗎?想,請輸出「yes」;不想,請輸出「no」。輸出格式    輸出包括一行,為「yes」或「no」。
#include <stdio.h>
int mai...
巨大八爪鱼 4-18 101.207.21.* (点击/回复: 434/1)

【試題】2的次冪表示

#include <stdio.h>
void output(int n)
{
    int i;...
巨大八爪鱼 4-16 巨大八爪鱼 (点击/回复: 406/0)

【試題】圖形顯示

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

【試題】複數運算

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

【試題】矩陣乘法

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

【試題】逆波蘭表達式

對於:-+3*5+261
其計算過程如下:
ev: {0, 0} -> {42, 9}
x: -+3*5+261
v1: {43, 7}
{...
巨大八爪鱼 3-19 巨大八爪鱼 (点击/回复: 516/3)

【試題】顛倒的價牌

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

【試題】振興中華

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

【試題】排它平方數

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

【試題】連號區間數

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

【試題】第39級台階

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

2014-第五題 打印圖形 遞歸調用情況

f(a, 5, 0, 16);
    f(a, 4, 0, 24);
        f(a,...
巨大八爪鱼 3-18 巨大八爪鱼 (点击/回复: 938/11)
本吧共有主题数64个,帖子数259篇,会员0位。

内容转换:

发表帖子
标题:
内容:
用户名: 您目前是匿名发表。
验证码:
看不清?换一张
©2010-2025 Purasbar Ver3.0 [手机版] [桌面版]
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。