Exit Code: 34 Please see specific errors below for troubleshooting. For example, ERROR:求解!!!

Exit Code: 34
Please see specific errors below for troubleshooting. For example, ERROR:

-------------------------------------- Summary --------------------------------------

- 1 fatal error(s), 0 error(s)

FATAL: Payload 'Camera Profiles Installer 7.0.0.103 {3F023875-4A52-4605-9DB6-A88D4A813E8D}' information not found in Media_db.

-------------------------------------------------------------------------------------
Adobe CS6系列安装失败的解决方法:
a.打开系统盘(我的WIN8装在F盘),一般都是C:\Program Files\Common Files\Adobe\caps
b.把里面的 .db数据库文件都删了。实在不放心可以把这三个文件移走。

以上方法同样试用于Illustrator CS6、Fireworks CS6、Dreamweaver CS6、AfterEffects CS6、PhotoShop CS6 安装失败的问题,Adobe CS6系列都是通用的。已解决!!

1、#include<stdio.h>

int main()

{

int num;

printf("请输入一个三位数: ");

scanf("%d",&num);

if(num<100 || num>=1000)

{

printf("你输入的不是三位数\n");

exit(1);

}

printf("百位上的数是 %d\n",num/100);

printf("十位上的数是 %d\n",num%100/10);

printf("个位上的数是 %d\n",num%10);

return 0;

}

2、int main ()

{

int x; 

cin >>x;

int a= x%100; 

int b=(x- a )%10

int c=x-a-b 

cout<< a <<endl;

cout<<b<<endl;

cout<< c<<endl; 

return 0;

}

知识扩展:

abort和exit都是结束自身进程的,其它的进程和这个没关系。对于你的要求,TC-Win不适合干这个,除非你熟悉Win32的SDK编程。嗯啦,还是先学学Windows编程吧,学过之后才知道该怎么做,不是这里三言两语能说清的。

温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-10-19
太感谢了!本回答被提问者采纳

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网