摘要:
Description请计算C[k]=sigma(a[i]*b[i-k]) 其中 k 2 #include 3 #include 4 #include 5 #include 6 #define maxn 262144 7 #define pi 3.14159265358979323846 8 us... 阅读全文
posted @ 2015-07-16 14:23
chenyushuo
阅读(246)
评论(0)
推荐(0)
摘要:
Description给出两个n位10进制整数x和y,你需要计算x*y。Input第一行一个正整数n。第二行描述一个位数为n的正整数x。第三行描述一个位数为n的正整数y。Output输出一行,即x*y的结果。Sample Input134Sample Output12数据范围:n 2 #includ... 阅读全文
posted @ 2015-07-16 11:02
chenyushuo
阅读(316)
评论(0)
推荐(0)