Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <stdio.h>
#include <algorithm>
using namespace std;
struct en{
int a;
int b;
long long int p;
};
#include <iostream>
#include <stdio.h>
#include <algorithm>
using namespace std;
struct datos{
long long int p;
long long int d;
};
long long int n;
#include <iostream>
using namespace std;
int uno[15];
int dos[15];
int tres[15];
int n=10;
void proceso (){
for (int i=1;i<=n;i++)
#include <iostream>
#include <stdio.h>
#include <algorithm>
using namespace std;
struct datos{
int id;
int val;
};
datos num[1000002];
#include <iostream>
#include <stdio.h>
using namespace std;
struct datos{
int tam;
char letra;
int lista[21];
};
int n;
#include <iostream>
#include <stdio.h>
using namespace std;
struct dp{
int x;
int y;
};
struct dl{
int a;
#include <iostream>
#include <stdio.h>
#include <math.h>
using namespace std;
struct dp{
int x;
int y;
};
dp punto1;
#include <iostream>
#include <stdio.h>
using namespace std;
struct dl{
int x1;
int y1;
int x2;
int y2;
int a;
#include <iostream>
#include <stdio.h>
using namespace std;
int aini;
int afin;
int bini;
int bfin;
int pot[32];
int res;
#include <iostream>
#include <stdio.h>
using namespace std;
struct datos{
char ax;
char ay;
char bx;
char by;
bool t;