- 我的帖子已经打上 开源推广 标签: 是
- 我的开源项目完整开源,无未开源部分: 是
- 我的开源项目已链接认可 LINUX DO 社区: 是
- 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
- 以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
PTA等级考试夏季场快开始了,在那个男人的鼎力相助下vibe两个辅助插件。
PTA-Timer
PTA Timer 是一个面向 PTA / 拼题 A 的做题计时工具。功能直接贴图了。
题目计时(支持倒计时)
自定义考试(选择考试题目设置限时即可)
项目地址:
PTA-COPY
PTA-COPY一键复制题目为 Markdown,可以自动将数学公式转换为 LaTeX 语法,清洗页面中的反爬干扰内容
- GitHub:PTA-COPY
- Greasy Fork:PAT 题目复制助手
复制样例
1002 A+B for Polynomials
This time, you are supposed to find where and are two polynomials.
Input Specification:
Each input file contains one test case. Each case occupies 2 lines, and each line contains the information of a polynomial:
…
where is the number of nonzero terms in the polynomial, and () are the exponents and coefficients, respectively. It is given that ,.
Output Specification:
For each test case you should output the sum of and in one line, with the same format as the input. Notice that there must be NO extra space at the end of each line. Please be accurate to 1 decimal place.
Sample Input:
2 1 2.4 0 3.2
2 2 1.5 1 0.5
Sample Output:
3 2 1.5 1 2.9 0 3.2
代码长度限制16 KB | 时间限制400 ms | 内存限制64 MB | 栈限制8192 KB
项目持续更新中,欢迎佬提意见
1 个帖子 - 1 位参与者