摘要:
Write a program which reads a sequence A of n elements and an integer M, and outputs "yes" if you can make M by adding elements in A, otherwise "no". 阅读全文
摘要:
Search II 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 i 阅读全文
摘要:
Search I 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 阅读全文
摘要:
Doubly Linked List Your task is to implement a double linked list. Write a program which performs the following operations: insert x: insert an elemen 阅读全文