Hi everyone!

Use this space to share anyt...
Hey there replers, we back at it again! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk pos...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
#include <iostream>
#define MAX 200
#define M 40000
using namespace std;
int banCo[MAX+10][MAX+10]; // gia tri 1 la co vat can
int n; // kich thuoc b...