首页 > TAG信息列表 > ZUT

C - Friends and Gifts-CodeForces - 1283C-ZUT周赛

C. Friends and Gifts time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are nn friends who want to give gifts for the New Year to each other. Each friend should give exactly one gift

Zut_round 6 部分题题解

A - LIS O(n^2) 模板   最长上升子序列,两种做法     1,O(n^2)   两层循环,依次遍历     2,O(nlogn)   一层循环,用二分 #include<stdio.h> #include<algorithm> using namespace std; const int maxx=100019; int a[10109],ans[10109]; int main() { int i,j,

Spring框架整合

创建一个web项目 第一步 第二步 第三步 第四步 第五步 pom.xml配置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoca