using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace VP3._1._3...
c++
// // NhanVien.hpp // QLNS // // Created by Toan Nguyen on 17/11/2020. // #ifndef NhanVien_hpp #define NhanVien_hpp #include <string>...
vector là một class trong thư viên STL của C++. Nó được sử dụng để lưu trữ tập hợp phần...
Trong form của winform C# có sẵn thuộc tính menu, việc đầu tiên là tạo đối tượng cho thuộc tính...
PhanSo.hpp #ifndef PhanSo_hpp #define PhanSo_hpp class PhanSo{ private: int tu; int mau; public: void set(int,int); void nhap(); void xuat() const;...
Problem Cho một chuỗi số N kí tự. Tìm số cách có thể giải mã chuỗi số đó. Biết bảng...
Follow me on :- Youtube: https://bit.ly/2UIVIAD- Facebook: https://bit.ly/2XbMYow Problem Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical...
Follow me on : Youtube - Facebook Đây là một bài cũng thường gặp trong interview vào các công ty...
Đây là bài toán nằm trong series về giải thuật và interview ở các công ty công nghệ. Follow me...
Problem Cho 2 chuỗi s1, s2. Viết hàm kiểm tra xem s1 và s2 có phải chỉ khác biệt tối...