题意: 给定两个长度相同且不超过100的字符串,判断是否能把其中一个字符串的各个字母重排,然后对26个字母做一个一一映射,使得两个字符串相同。例如,JWPUDJSTVP重排后可以得到WJDUPSJPVT,然后把每个字母映射到它前一个字母(B->A,C->B,…,Z->Y,A->Z),得到VICTOR ...
分类:
其他好文 时间:
2021-05-24 09:01:15
阅读次数:
0
$$2013 2014\ ACM ICPC,\ NEERC,\ Eastern\ Subregional\ Contest$$ $A.Podracing$ $B.The\ battle\ near\ the\ swamp$ 签到 $J.The\ secret\ module$ ...
分类:
其他好文 时间:
2020-01-27 09:31:06
阅读次数:
76
2014-2015 ACM-ICPC, NEERC, Southern Subregional Contest 2019年10月11日 15:30-20:30(Solved 6,Penalty 740) 国庆咸鱼十来天,回来又过了快一个星期,终于和队友约上了模拟赛。(周三拖周四,因为队(fei)友( ...
分类:
其他好文 时间:
2019-10-12 01:02:56
阅读次数:
90
Input file: buffcraft.in Output file: buffcraft.out Time limit: 2 seconds Memory limit: 256 megabytes Brenda enjoys a new role-playing game Buffcraft. ...
分类:
其他好文 时间:
2019-08-14 19:59:11
阅读次数:
157
[TOC] 2018 2019 ICPC, NEERC, Southern Subregional Contest (Codeforces 1070) "比赛链接" ~~B题看不懂样例= =其它题咕咕了。~~ A.Find a Number(BFS) 先要想到令$f[i][j]$表示模$d$余数为$ ...
分类:
其他好文 时间:
2019-04-26 09:44:08
阅读次数:
149
列一下曾经做过的不会的图论题 "bzoj4398: 福慧双修" "bzoj4681: [Jsoi2010]旅行" "NEERC 2017 Problem J Journey from Petersburg to Moscow" ...
分类:
其他好文 时间:
2019-03-19 10:37:02
阅读次数:
106
A-Area and Circumference 题目大意:在平面上给出$N$个三角形,问周长和面积比的最大值。 1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 #include <stdio.h> 5 #inc ...
分类:
其他好文 时间:
2019-03-17 00:59:06
阅读次数:
141
1585: 【例 1】Amount of Degrees 时间限制: 1000 ms 内存限制: 524288 KB 题目描述 原题来自:NEERC 2000 Central Subregional,题面详见 Ural 1057。 求给定区间 [X,Y] 中满足下列条件的整数个数:这个数恰好等于 K ...
分类:
其他好文 时间:
2019-02-10 15:12:43
阅读次数:
248
题目链接:https://codeforces.com/contest/1089/problem/K time limit per test: 2 seconds memory limit per test: 512 megabytes King Kog got annoyed of the usu ...
分类:
其他好文 时间:
2019-01-09 13:31:59
阅读次数:
235