标签:AOJ搜索
Allocation
Question Sample Input 1 5 3 8 1 7 3 9 Sample Output 1 10 Sample Input 2 4 2 1 2 2 6 Sample Output 2 6 Meaning Solution Coding Summary ……
04-10 立刻查看
Dictionary
Question Your task is to write a program of a simple dictionary which implements the following instructions: insert str: insert a string str in to the dictionary find str: if the d……
04-09 立刻查看
Binary Search
Question You are given a sequence of n integers S and a sequence of different q integers T. Write a program which outputs C, the number of integers in T which are also in the set S……
04-09 立刻查看
Linear Search
Question You are given a sequence of n integers S and a sequence of different q integers T. Write a program which outputs C, the number of integers in T which are also in the set S……
04-09 立刻查看