搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 编程出现错误 61.exe已停止工作
标题:
编程出现错误 61.exe已停止工作
取消只看楼主
刘智宏
等 级:
新手上路
帖 子:1
专家分:0
注 册:2013-3-26
结帖率:
0
楼主
已结贴
√
问题点数:20 回复次数:0
编程出现错误 61.exe已停止工作
我是新手
#include "stdafx.h"
#include <stdio.h>
int main()
{ int a[5]={8,6,5,4,1},b;
b=a[5];
a[5]=a[1];
a[1]=b;
b=a[4];
a[4]=a[2];
a[2]=b;
printf("%s",a);
return 0;
}
搜索更多相关主题的帖子:
编程
工作
include
return
编程
工作
include
return
2013-03-26 22:01
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-402019-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.216806 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved