摘要:
题目描述 おんなのこ gives you a permutation PER and a positive integer K.(PER is a permutation of (1,2,3,.....,N)). For each i = K,K+1,......,N,find the K-th g 阅读全文
摘要:
A,输出一串数字序列 Description 输入一行数字n 在下一行输出 n 个数字,这 n 个数字为 n 到 1 的 n 个数字 Input 输入一个整型n(1<=n<=100) Output 输出占一行 代码: #include <cstdio> int main() { int n; sca 阅读全文
摘要:
题目链接 A. Transformation: from A to B time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output Vasil 阅读全文
摘要:
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1016 Prime Ring Problem Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) 阅读全文