摘要: Description给出两个n位10进制整数x和y,你需要计算x*y。 Input第一行一个正整数n。 第二行描述一个位数为n的正整数x。 第三行描述一个位数为n的正整数y。 Output输出一行,即x*y的结果。 Sample Input134Sample Output 12HINTn11 ... 阅读全文
posted @ 2014-07-19 23:21 n+e 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Description 请计算C[k]=sigma(a[i]*b[i-k]) 其中 k 11 #include12 const double PI=3.14159265359;13 struct P{double x,y;};14 P operator+(const P&a,const P&b){... 阅读全文
posted @ 2014-07-19 08:28 n+e 阅读(455) 评论(0) 推荐(0) 编辑