Skip to content

Instantly share code, notes, and snippets.

View minhkhoablieu's full-sized avatar
🎯
Focusing

Khoa Phung minhkhoablieu

🎯
Focusing
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#include <iostream>
#include <queue>
#include <stack>
#include <algorithm>
#include <malloc.h>
using namespace std;
#define MAX_GHOST 3
#define MAX_PEOPLE 3
/* line 1, custom.scss */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* line 7, custom.scss */
@import "varibale";
header {
.header-bottom{
background: #129FD8;
padding: 20px 0;
}
.hotline-number {
width: 48%;
border-right: 1px solid rgba(0,0,0,0.2);
DirectoryIndex index.html index.php
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML, fonts
AddOutputFilterByType DEFLATE application/javascript application/x-javascript text/javascript application/json
AddOutputFilterByType DEFLATE application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf font/opentype font/otf font/ttf application/x-woff application/x-font-woff
AddOutputFilterByType DEFLATE text/css text/html text/plain
<IfModule mod_headers.c>
# Remove browser bugs (only needed for really old browsers)
#include <stdio.h>
#include <string.h>
struct Money{
int amount;
char name[100];
};
int main()
{
int n = 9;
#include <stdio.h>
// 10 63 15 1 12
// 0 0 0 0 0
void Sort(int *A[100][100], int n)
{
}
void moduloSort(char *filename)
{
#include <stdio.h>
#define MAX_VERTICES 100
typedef struct{
int A[MAX_VERTICES][MAX_VERTICES];
}Graph;
void init_graph(Graph *G, int n)
{
#include <stdio.h>
#define MAX_VERTICES 100
typedef struct{
int A[MAX_VERTICES][MAX_VERTICES];
}Graph;
void init_graph(Graph *G, int n)
{
#include <stdio.h>
#define MAX_VERTICES 100
typedef struct{
int A[MAX_VERTICES][MAX_VERTICES];
}Graph;
void init_graph(Graph *G, int n)
{