You are on page 1of 1

#include<iostream>

using namespace std;

struct student
{
int roll;
int c;
int b;
}x[20],bo[20],oc[20],ob[20];

int tot,cc,bc;
//total, cricket count, badminton count.

void input()
{
}

void total()
}

void display()
{
}

int main()
{
return 0;
}

You might also like