2019年9月18日

PAt 1099

摘要: 1099 Build A Binary Search Tree (30 分) 1099 Build A Binary Search Tree (30 分) 1099 Build A Binary Search Tree (30 分) A Binary Search Tree (BST) is rec 阅读全文

posted @ 2019-09-18 22:57 cltt 阅读(137) 评论(0) 推荐(0) 编辑

多项式求和

摘要: This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu 阅读全文

posted @ 2019-09-18 21:02 cltt 阅读(530) 评论(0) 推荐(0) 编辑

pat 1100

摘要: 1100 Mars Numbers (20 分) 1100 Mars Numbers (20 分) 1100 Mars Numbers (20 分) People on Mars count their numbers with base 13: Zero on Earth is called "t 阅读全文

posted @ 2019-09-18 20:09 cltt 阅读(201) 评论(0) 推荐(0) 编辑

getline 函数

摘要: #include <bits/stdc++.h> #include <string> using namespace std; string s; int main() { getline(cin,s); cout<<s<<endl; /* fsw sf fsw sf */ cin>>s cout<<s<<endl; fsw sf fsw return 0; } 阅读全文

posted @ 2019-09-18 15:17 cltt 阅读(132) 评论(0) 推荐(0) 编辑

导航