Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <cstdlib>
#include <cmath>
using namespace std;
int main()
{
int table[10]; int a, b, i, size=10;
for(i=0; i<size; i++) table[i]= rand();
#include <iostream>
#include <cstring>
#include <cctype>
using namespace std;
int main()
{
char *dico[][2]=
{
"Pencil", "something use to write",
#include <iostream>
#include <cstdio>
#include <cctype>
#include <cstdlib>
#include <cmath>
using namespace std;
void qs(char *item, int left, int right)
{
int i, j;
#include <iostream>
#include <cstring>
using namespace std;
class twoDShape
{
double width, height;
char name[30];
public:
#include <iostream>
#include <cstdio>
#include <cmath>
#include <cctype>
#include <cstdlib>
using namespace std;
const int maxsize=100; // Constant Maximum size of every Sets
class set
{
#include <iostream>
#include <cstring>
using namespace std;
class abc
{
public:
double x, y, z, b, h;
abc()
{