Feature:刷题
@kidultff

PTA真题- 1001. A+B Format (20)(C语言)

题目原文:Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less than four digits).InputEach input file contains one test case. Each ca ...
  • 0
  • 0
@kidultff

PAT 2017年春考乙级真题(1066. 图像过滤)(C语言)

题目原文: 图像过滤是把图像中不重要的像素都染成背景色,使得重要部分被凸显出来。现给定一幅黑白图像,要求你将灰度值位于某指定区间内的所有像素颜色都用一种指定的颜色替换。输入格式: 输入在第一行给出一幅图像的分辨率,即两个正整数 ...
  • 0
  • 1