UVA
文章平均质量分 83
Joefery
生命不息,战斗不止。
展开
-
UVA - 11991 Easy Problem from Rujia Liu?【STL】
题目链接 题意:给出一个包含n个整数的数组,你需要回答若干个询问。每次询问两个整数k和v,输出从左到右的第k个v的下标(不存在时输出0) 今天学习了刘汝佳大牛的一道题的写法,对STL有了进一步的认识。另外代码中有一处有疑问,希望有哪位大虾能告诉下,不胜感激。 #include #include #include #include #include #include原创 2016-06-01 20:06:23 · 505 阅读 · 0 评论 -
UVA 12657 链表模拟
You have n boxes in a line on the table numbered 1. . . n from left to right. Your task is to simulate 4 kinds of commands: • 1 X Y : move box X to the left to Y (ignore this if X is already the lef原创 2016-05-30 18:07:06 · 464 阅读 · 0 评论