摘要: #include <iostream> #include <cctype> #include <algorithm> #include <cmath> using namespace std; long long convert(string n, long long radix) { long l 阅读全文
posted @ 2019-05-11 12:45 qq814403059 阅读(211) 评论(0) 推荐(0) 编辑
摘要: // 1003.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> #include <algorithm> using namespace std; int n, m, c1, c2;//n is amount of ve 阅读全文
posted @ 2019-05-09 08:08 qq814403059 阅读(135) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; int main() { map polynomial; int n,input1; double input2; scanf("%d",&n); for (int i=0;i>input1>>input2; ... 阅读全文
posted @ 2019-05-08 16:45 qq814403059 阅读(208) 评论(0) 推荐(0) 编辑