C++ Accelerated Massive Parallelism (C++ AMP) is Microsoft’s technology for accelerating C++ applications by allowing code to run on data-parallel hardware like graphics-processing units (GPUs.) It’s intended not only to address today’s parallel har
输入
Input two integers A and B, process to the end of the file. (Watch the Sample Input)
输出
For each case, output A + B in one line.(Watch the Sample Output)