This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| #include <algorithm> | |
| using namespace std; | |
| struct en{ | |
| int a; | |
| int b; | |
| long long int p; | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| #include <algorithm> | |
| using namespace std; | |
| struct datos{ | |
| long long int p; | |
| long long int d; | |
| }; | |
| long long int n; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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++) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| #include <algorithm> | |
| using namespace std; | |
| struct datos{ | |
| int id; | |
| int val; | |
| }; | |
| datos num[1000002]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| using namespace std; | |
| struct datos{ | |
| int tam; | |
| char letra; | |
| int lista[21]; | |
| }; | |
| int n; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| using namespace std; | |
| struct dp{ | |
| int x; | |
| int y; | |
| }; | |
| struct dl{ | |
| int a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| #include <math.h> | |
| using namespace std; | |
| struct dp{ | |
| int x; | |
| int y; | |
| }; | |
| dp punto1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| using namespace std; | |
| struct dl{ | |
| int x1; | |
| int y1; | |
| int x2; | |
| int y2; | |
| int a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| using namespace std; | |
| int aini; | |
| int afin; | |
| int bini; | |
| int bfin; | |
| int pot[32]; | |
| int res; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <stdio.h> | |
| using namespace std; | |
| struct datos{ | |
| char ax; | |
| char ay; | |
| char bx; | |
| char by; | |
| bool t; |
NewerOlder