代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
C
】
4个数凑24点
作者:
arsenal0607
/ 发布于
2013/8/20
/
858
#include<stdio.h> #include<stdlib.h> #include<string.h> #define ybxl 0.01 int top=0; char resultStr[50][32]; char temp[16]; void compute(double a[],char temptResult[][32],int num,int symble[],int rank[]) { int i,j,tmpRank; double tmpi,tmpj,result; char tmpr[32],tmpr2[32],change[32]; if(num==1) { for(i=0;i<4;i++) if(symble[i]==1) result=a[i]; if((result-24)<ybxl && (24-result)<ybxl){//打印结果 for(j=0;j<4;j++){ if(symble[j]==1){ for(i=0;temptResult[j][i]!='\0';i++) { sprintf(temp,"%c",temptResult[j][i]); strcat(resultStr[top],temp); } top++; } } } } else { for(i=0;i<4;i++) { for(j=0;j<4;j++) { if(j==i || symble[i]==0 || symble[j]==0) continue; //加法 if(i<j){ //备份 tmpi=a[i];strcpy(tmpr,temptResult[i]); strcpy(tmpr2,temptResult[j]);tmpRank=rank[i]; strcat(temptResult[i],"+\0"); if(rank[j]<=1){ change[0]='(';change[1]='\0'; strcat(change,temptResult[j]); strcat(change,")\0"); strcpy(temptResult[j],change); } strcat(temptResult[i],temptResult[j]); a[i]+=a[j];symble[j]=0;num--;rank[i]=1; compute(a,temptResult,num,symble,rank); //还原 a[i]=tmpi;strcpy(temptResult[i],tmpr); strcpy(temptResult[j],tmpr2);num++; symble[j]=1;rank[i]=tmpRank; } //减法 tmpi=a[i];strcpy(tmpr,temptResult[i]); strcpy(tmpr2,temptResult[j]);tmpRank=rank[i]; strcat(temptResult[i],"-\0"); if(rank[j]<=1){ change[0]='(';change[1]='\0'; strcat(change,temptResult[j]); strcat(change,")\0"); strcpy(temptResult[j],change); } strcat(temptResult[i],temptResult[j]); a[i]-=a[j];symble[j]=0;num--;rank[i]=1; compute(a,temptResult,num,symble,rank); //还原 a[i]=tmpi;strcpy(temptResult[i],tmpr); strcpy(temptResult[j],tmpr2); num++;symble[j]=1;rank[i]=tmpRank; //乘法 if(i<j){ tmpi=a[i];strcpy(tmpr,temptResult[i]); strcpy(tmpr2,temptResult[j]);tmpRank=rank[i];//备份 if(rank[i]<2){ change[0]='(';change[1]='\0'; strcat(change,temptResult[i]); strcat(change,")\0"); strcpy(temptResult[i],change); } strcat(temptResult[i],"*\0"); if(rank[j]<=2){ change[0]='(';change[1]='\0'; strcat(change,temptResult[j]); strcat(change,")\0"); strcpy(temptResult[j],change); } strcat(temptResult[i],temptResult[j]); a[i]*=a[j];symble[j]=0;num--;rank[i]=2; compute(a,temptResult,num,symble,rank); //还原 a[i]=tmpi;strcpy(temptResult[i],tmpr); strcpy(temptResult[j],tmpr2); num++;symble[j]=1;rank[i]=tmpRank; } //除法 tmpi=a[i];strcpy(tmpr,temptResult[i]); strcpy(tmpr2,temptResult[j]);tmpRank=rank[i];//备份 if(rank[i]<2){ change[0]='(';change[1]='\0'; strcat(change,temptResult[i]); strcat(change,")\0"); strcpy(temptResult[i],change); } strcat(temptResult[i],"/\0"); if(rank[j]<=2){ change[0]='(';change[1]='\0'; strcat(change,temptResult[j]); strcat(change,")\0"); strcpy(temptResult[j],change); } strcat(temptResult[i],temptResult[j]); a[i]/=a[j];symble[j]=0;num--;rank[i]=2; compute(a,temptResult,num,symble,rank); //还原 a[i]=tmpi;strcpy(temptResult[i],tmpr); strcpy(temptResult[j],tmpr2); num++;symble[j]=1;rank[i]=tmpRank; } } } } int main(){ int i,j; int symble[4]; double a[4]; char temptResult[4][32]; int rank[4]={3,3,3,3}; int flag=0; //初始化 for(i=0;i<50;i++){ resultStr[i][0]='\0'; } scanf("%lf%lf%lf%lf",&a[0],&a[1],&a[2],&a[3]); for(i=0;i<4;i++){ sprintf(temptResult[i],"%d",(int)a[i]); } symble[0]=symble[1]=symble[2]=symble[3]=1; compute(a,temptResult,4,symble,rank); for(i=0;i<50;i++){ if(resultStr[i][0]=='\0') continue; else{ for(j=i+1;j<50;j++){ if(resultStr[j][0]=='\0') continue; if(strcmp(resultStr[i],resultStr[j])==0) resultStr[j][0]='\0'; } } } for(i=0;i<50;i++){ if(resultStr[i][0]!='\0'){ if(flag==0) flag=1; printf("%s\n",resultStr[i]); } } if(flag==0) printf("无解!\n"); system("pause"); return 1; }
试试其它关键字
凑24点
同语言下
.
获取手机通讯录 iOS去除数字以外的所有字符
.
异步加载音乐等资源
.
交通罚单管理系统
.
freemark实现,简单的替换
.
计算斐波那契数列
.
base64解码 包括解码长度
.
图像显示
.
冒泡排序
.
输入十进制数,输出指定进制
.
链式栈
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
arsenal0607
贡献的其它代码
(
2
)
.
Uploadify 中使用 Session
.
4个数凑24点
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3