uva 10719 - Quotient Polynomial
摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int a[10000]; 8 int b[10000]; 9 int main(){10 int k;11 while(cin>>k){12 getchar();13 string l;14 getline(cin,l);15 istringstream iss(l);16 int i=0;17 for(string te... 阅读全文
posted @ 2014-01-11 10:56 云在心 阅读(167) 评论(0) 推荐(0)
浙公网安备 33010602011771号