mirror of
https://github.com/m1ngsama/code4sk.git
synced 2025-12-25 02:56:17 +00:00
12 lines
161 B
C++
12 lines
161 B
C++
//ðÅÝÅÅÐò
|
|
#include<stdio.h>
|
|
void bubble£¨int a[3],int n);//a[]==*a
|
|
int main()
|
|
{
|
|
int n,a[8];
|
|
int i;
|
|
printf("Enter n(n<=8):");
|
|
scanf("%d",&n);
|
|
|
|
return 0;
|
|
}
|