摘要:
http://poj.org/problem?id=2234 Description Here is a simple game. In this game, there are several piles of matches and two players. The two player pla 阅读全文
摘要:
http://codeforces.com/contest/1095 A. Repeating Cipher #include <bits/stdc++.h> using namespace std; int N; string s; string ans = ""; int main() { sc 阅读全文
摘要:
https://pintia.cn/problem-sets/994805046380707840/problems/994805057298481152 图着色问题是一个著名的NP完全问题。给定无向图G=(V,E),问可否用K种颜色为V中的每一个顶点分配一种颜色,使得不会有两个相邻顶点具有同一种颜 阅读全文