摘要:
D. Sorting the Coins time limit per test 1 second memory limit per test 512 megabytes input standard input output standard output Recently, Dima met w 阅读全文
摘要:
C. Classroom Watch time limit per test 1 second memory limit per test 512 megabytes input standard input output standard output C. Classroom Watch tim 阅读全文
摘要:
B. Divisiblity of Differences time limit per test 1 second memory limit per test 512 megabytes input standard input output standard output B. Divisibl 阅读全文
摘要:
A. Trip For Meal time limit per test 1 second memory limit per test 512 megabytes input standard input output standard output A. Trip For Meal time li 阅读全文
摘要:
2761: [JLOI2011]不重复数字 Description 给出N个数,要求把其中重复的去掉,只保留第一次出现的数。 例如,给出的数为1 2 18 3 3 19 2 3 6 5 4,其中2和3有重复,去除后的结果为1 2 18 3 19 6 5 4。 给出N个数,要求把其中重复的去掉,只保留 阅读全文