fork download
  1. # your code goes here
Success #stdin #stdout 0.03s 9600KB
stdin
#include<stdio.h>
int main()
{
int a[100],left,right,mid,i,n,key;
Printf("enter number of elements/n");
Scanf("%d",&n);
Printf("enter %d integers/n",n);
for(i=0;i<n;i++)
stdout
Standard output is empty