码迷,mamicode.com
首页 >  
搜索关键字:neerc    ( 54个结果
UVA1339 - Ancient Cipher NEERC 2004
题意: 给定两个长度相同且不超过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 PART (7/10)
$$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
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
Buffcraft——ACM ICPC 2014–2015, NEERC, Northern Subregional Contest-B(模拟)
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
2018-2019 ICPC, NEERC, Southern Subregional Contest
[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
【GYM101409】2010-2011 ACM-ICPC, NEERC, Western Subregional Contest
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
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
Codeforces 1089K - King Kog's Reception - [线段树][2018-2019 ICPC, NEERC, Northern Eurasia Finals Problem K]
题目链接: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
2014-2015 ACM-ICPC, NEERC, Moscow Subregional Contest B - Bring Your Own Bombs 离散化+扫描线+计算期望
扫描线一边扫一边算期望,细节比较多。 ...
分类:其他好文   时间:2018-12-02 00:38:07    阅读次数:218
54条   1 2 3 4 ... 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!