📄 isbubble.cpp
字号:
#include"bubble.cpp"
#include"printout.cpp"
#include"recordout.cpp"
void isbubble()
{
int i;
char ch;
for(i=0;i<100;i++)
copy[i]=array[i];
bubble(copy,100);
printout();
printf("\nOutput the counter Y/N?\n");
ch=getchar();
getchar();
if(ch=='y'||ch=='Y')
{ bubblerecord=1;
recordout();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -