Dancing | BalletBreakingPoppingJazz | Latin danceTangoCha cha chaTap | Hip HopBelly danceFolk dance | | | | | | | | | \1. Do you like to dance? passio ...
分类:
其他好文 时间:
2020-02-12 21:59:08
阅读次数:
97
Recently, Norge found a string s=s1s2…sns=s1s2…sn consisting of nn lowercase Latin letters. As an exercise to improve his typing speed, he decided to ...
分类:
其他好文 时间:
2020-02-06 16:13:31
阅读次数:
83
ISO Latin-1字符集是Unicode字符集的一个子集,对应于IE4+中Unicode字符指令表的前256个条目。下面表格中详细提供了每个字符及字符的十进制编码和HTML已命名实体。其中Unicode字符为双字节16位,可以表示任何一种语言符号;而Latin-1字符集是单字节8位,只能够表示英 ...
分类:
其他好文 时间:
2019-12-31 16:00:36
阅读次数:
602
拉丁方阵(英语:Latin square)是一种 n × n 的方阵,在这种 n × n 的方阵里,恰有 n 种不同的元素,每一种不同的元素在同一行或同一列里只出现一次。以下是两个拉丁方阵举例: 拉丁方阵有此名称是因为瑞士数学家和物理学家欧拉使用拉丁字母来做为拉丁方阵里的元素的符号。 算法步骤: 在 ...
分类:
编程语言 时间:
2019-12-28 16:21:57
阅读次数:
354
Tree Palindromes Problem Statement Given a tree rooted at node 1 with N nodes, each is assigned a lower case latin character. Print the sum of length ...
分类:
其他好文 时间:
2019-11-28 21:36:25
阅读次数:
114
tags: 数学 date: 2019 04 04 15:09 status: public title: 拉丁方阵的一些思考 问题: 拉丁方阵 (英语:Latin square)是一种 $n × n$ 的方阵,在这种 $n × n $的方阵里,恰有$ n $种不同的元素,每一种不同的元素在同一行或 ...
分类:
其他好文 时间:
2019-11-05 12:01:14
阅读次数:
345
2017 2018 ACM ICPC Latin American Regional Programming Contest 试题地址:http://codeforces.com/gym/101889 总体情况 总共通过7题CEFGHIJ。其中我完成HIJ三题。纯属被大佬带飞系列。 解题报告 H H ...
分类:
其他好文 时间:
2019-10-07 21:38:39
阅读次数:
148
You are given a string s consisting of n lowercase Latin letters. Polycarp wants to remove exactly k characters (k≤n) from the string s. Polycarp uses ...
分类:
其他好文 时间:
2019-10-03 20:23:26
阅读次数:
94
链接: https://codeforces.com/contest/1234/problem/D 题意: You are given a string s consisting of lowercase Latin letters and q queries for this string. Re ...
分类:
其他好文 时间:
2019-10-03 00:48:22
阅读次数:
198
D. Distinct Characters Queries Description You are given a string ss consisting of lowercase Latin letters and qq queries for this string. Recall that ...
分类:
其他好文 时间:
2019-10-02 14:37:51
阅读次数:
112