摘要: 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 @ 2020-08-15 19:42 houyz 阅读(100) 评论(0) 推荐(0)
摘要: Sample Input: -1000000 9 Sample Output: -999,991 #include <iostream> #include <cstdio> #include <string.h> using namespace std; int main() { int a, b; 阅读全文
posted @ 2020-08-15 17:14 houyz 阅读(74) 评论(0) 推荐(0)
摘要: 算法,PAT,网页技术,php,C/C++ 阅读全文
posted @ 2020-08-15 09:58 houyz 阅读(123) 评论(1) 推荐(0)