3 Star 0

caikuikui/kuikui

 / 详情

111

待办的
拥有者
创建于  
2020-09-11 20:27

#include<stdio.h>
#include<stdlib.h>
#define STACK_INIT_SIZE 30000
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define OVERFLOW -2
typedef int Status;

char maze[20][20];

#include <stdio.h>
int main()
{
float x,y;
scanf("%f",&x);
if(x<1)
y=x;
else
{
if(x>=1)
y=2x-1;
else
y=3
x-11;
}
printf("%f\n",y);
return 0;
}
typedef struct
{
int r;
int c;
}PosType;

typedef struct
{
PosType seat;
int di;
}SElemType;

typedef struct
{
SElemType *base;
SElemType *top;
int stacksize;
}SqStack;

SElemType e;

Status InitStack(SqStack &S)
{
S.base=(SElemType )malloc(STACK_INIT_SIZEsizeof(SElemType));
if(!S.base) exit(OVERFLOW);
S.top=S.base;
S.stacksize=STACK_INIT_SIZE;
return OK;
}

评论 (0)

caikuikui 创建了任务
caikuikui 关联仓库设置为caikuikui/kuikui
wx_.8686 修改了描述
展开全部操作日志

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
开始日期   -   截止日期
-
置顶选项
优先级
参与者(1)
1
https://gitee.com/caikuikui/kuikui.git
git@gitee.com:caikuikui/kuikui.git
caikuikui
kuikui
kuikui

搜索帮助

Cb406eda 1850385 E526c682 1850385