训练
文章平均质量分 76
indiewar
擅长各种乱搞
展开
-
基础数论训练1
Least Common Multiple (HDU - 1019)难度:0/5,1A解法:LCM代码:#include <bits/stdc++.h>using namespace std;#define rep(i,a,n) for (int i=a;i<n;i++)#define per(i,a,n) for (int i=n-1;i&gt...原创 2018-08-09 10:06:39 · 357 阅读 · 0 评论 -
2012年 icpc金华现场赛(训练)
训练表:时间ABCDEFGHIJK训练v(-1)OOOOOOOv(-1)v(-1)v(-1)补题题解训练中过的四题:A,I,J,K补题待更新原创 2018-09-20 09:06:35 · 162 阅读 · 0 评论 -
2012年 acm-icpc金华现场赛(A,I,J,K)
I题求平方和,大水题J题一个组合数学题我用的方法是用两个数组分别存下裤子是某个时是否之前出现过上衣和鞋子,O(p)O(p)O(p)#include <bits/stdc++.h>using namespace std;#define rep(i,a,n) for (int i=a;i<n;i++)#define per(i,a,n) for (int i=n-1;...原创 2018-09-20 09:40:31 · 226 阅读 · 0 评论 -
Gym102174 (The 14-th BIT Campus Programming Contest)
SlovedABCDEFGHIJKL7/12O.O.OO.O.OO.O for passing during the contestØ for passing after the contest! for attempted but failed· for having not attempted yetA.两只脑...原创 2019-05-31 17:47:18 · 294 阅读 · 0 评论 -
最大流训练与总结
*可以通过旁边的目录查看(´・ω・`),或者Ctrl + F裸的最大流P2740 [USACO4.2]草地排水Drainage Ditches#include <bits/stdc++.h>using namespace std;#define rep(i,a,n) for (int i=a;i<n;i++)#define per(i,a,n) for (int i=...原创 2019-07-15 21:08:30 · 158 阅读 · 0 评论 -
HDU Multi-University Training Contest 1
SlovedABCDEFGHIJKLM6/13·Ø·ØO!.Ø!·Ø!ØO for passing during the contestØ for passing after the contest! for attempted but failed· for having not attempted yetu...原创 2019-07-29 19:21:33 · 224 阅读 · 0 评论 -
2019牛客暑期多校训练营(第一场)
SlovedABCDEFGHIJ8/10OØØØØØ.Ø!OO for passing during the contestØ for passing after the contest! for attempted but failed· for having not attempted yetupsolve:IG题放...原创 2019-07-21 21:28:51 · 170 阅读 · 0 评论