2018PayPal实习生招聘笔试-交大考场
时长:120分钟 总分:100分
113浏览 0人已完成答题
题型介绍
题型 | 填空题 | 简答题 |
---|---|---|
数量 | 3 | 1 |
买彩票
输入描述: 输入一个整数N(0<=N<=50),表示比赛的场数输入样例: 3 输出描述: 输出一个整数M,表示满足条件的情况数输出样例 6
Store IPV6 address into integers
Input a hexadecimal IPV6 address, store it into 4 integers and output them.
输入描述: The input data contains 8 groups of colon-separated numbers(letters are uppercase), each group has 4 numbers(leading 0 can be omitted or not), all in hexadecimal.输入样例: 0:001:000:02:0000:A:FFFF:FFFF 输出描述: The output contains 4 integers(without leading zeros) separated by spaces.输出样例 1 2 10 -1