Input a hexadecimal IPV6 address, store it into 4 integers and output them.
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.
The output contains 4 integers(without leading zeros) separated by spaces.
0:001:000:02:0000:A:FFFF:FFFF
1 2 10 -1

暂无题解