download
raw
355 Bytes
#include <iostream>
using namespace std;
int main(){
int marks[6];
marks[0]=96;
marks[1]=92;
marks[2]=78;
marks[3]=54;
marks[4]=86;
marks[5]=10;
int marks1[5]={96,92,78,54,86};
int marks2[]={96,92,78,54,86};
cout<<marks[0]<<endl;
for (int i=0;i<5;i++)
{
cout<<marks1[i]<<endl;
}
return 0;
}

Xet Storage Details

Size:
355 Bytes
·
Xet hash:
c1fc86535f9a5e0f8a7b38df9aedb0d8f97bea3e4d25d291acf55e86c6a2351e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.