h*********i 发帖数: 2605 | 1 一家大公司的电话面世。
1: Given a function which produces a random integer in the range 1 to 5,
write a function which produces a random integer in the range 1 to 7.
2: Write a function f(a, b) which takes two character string arguments and
returns a string containing only the characters found in both strings in the
order of a. Write a version which is order N-squared and one which is order
N.
3: You are given a the source to a application which is crashing when run.
After running it 10 times in a debugger |
|