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
| { | |
| "app": false, | |
| "minVersion": "1.0.1", | |
| "features": {"settings": false}, | |
| "policy": {"url": "https://cms.iprotect.asia/informations/privacy", "in_app_view": true}, | |
| "support_qna": {"url": "https://cms.iprotect.asia/informations/faq", "in_app_view": true, "phone": "", "mail": ""}, | |
| "support_contact": { | |
| "url": "https://cms.iprotect.asia/informations/faq", | |
| "in_app_view": true, | |
| "phone": "", |
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<stdio.h> | |
| #include<conio.h> | |
| #include<iostream> | |
| #include<string.h> | |
| using namespace std; | |
| #pragma warning(disable: 4996) | |
| #define HIHI "UNAVAILABLE" | |
| class ngaysinh | |
| { | |
| private: |
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
| /*Các trường hợp của phép cộng: | |
| Trường hợp 2 số dương; | |
| A={1,2,2,3} | |
| B={ 1,2,3} | |
| => | |
| C={1,3,4,6} | |
| A={2,3} |
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<stdio.h> | |
| #include<conio.h> | |
| #include<stdlib.h> | |
| #include<time.h> | |
| bool CompareThan(char A[], char B[], char nA, char nB) | |
| { | |
| if (A[0] * B[0] < 0) | |
| { | |
| if (A[0]>0) | |
| { |
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<stdio.h> | |
| #include<conio.h> | |
| #include<malloc.h> | |
| #include<math.h> | |
| //---------------* KHAI BÁO HÀM *------------------------------------// | |
| void addfirt(short *&C, short &lenghtC, short k); | |
| void outputphepcong(short *C, short lenghtC); | |
| //---------------* KHAI BÁO HÀM *------------------------------------// |
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<stdio.h> | |
| #include<conio.h> | |
| #include<malloc.h> | |
| void phepcong(short *A,short nA,short *B,short nB, short *&C, short &nC ) | |
| { | |
| short lengtC=0; | |
| short memoryNumber=0; | |
| short SumNode; | |
| if(nA==nB) | |
| { |
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<stdio.h> | |
| #include<conio.h> | |
| #include <fcntl.h> //_O_U16TEXT | |
| #include <io.h> //_setmode() | |
| #include <string.h> | |
| #include<malloc.h> | |
| #include<wchar.h> | |
| #pragma warning (disable: 4996) | |
| #include <stdlib.h> |
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<stdio.h> | |
| #include<conio.h> | |
| #include <fcntl.h> //_O_U16TEXT | |
| #include <io.h> //_setmode() | |
| #include <string.h> | |
| #include<malloc.h> | |
| #include<wchar.h> | |
| #pragma warning (disable: 4996) | |
| #include <stdlib.h> |
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<stdio.h> | |
| #include<conio.h> | |
| #include <fcntl.h> //_O_U16TEXT | |
| #include <io.h> //_setmode() | |
| #include <string.h> | |
| #include<malloc.h> | |
| #include<wchar.h> | |
| #pragma warning (disable: 4996) | |
| #include <stdlib.h> |
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<stdio.h> | |
| #include<conio.h> | |
| #include <fcntl.h> //_O_U16TEXT | |
| #include <io.h> //_setmode() | |
| #include <string.h> | |
| #include<malloc.h> | |
| #include<wchar.h> | |
| #pragma warning (disable: 4996) | |
| #include <stdlib.h> |
NewerOlder