题目链接:VFMUL - Very Fast Multiplication Description Multiply the given numbers. Input n [the number of multiplications <= 101] l1 l2 [numbers to multiply (at most 300000 decimal digits each)] Text grouped in [ ] does not appear in the input file. Outpu…
题目 Source http://www.spoj.com/problems/TSUM/ Description You're given a sequence s of N distinct integers.Consider all the possible sums of three integers from the sequence at three different indicies.For each obtainable sum output the number of diff…