2019年2月的全部文章
@kidultff

PAT-A 真题 – 1080 Graduate Admission

It is said that in 2011, there are about 100 graduate schools ready to proceed over 40,000 applications in Zhejiang Province. It would help a lot if you could write a program to automate the admission procedure.Each applicant wil ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1082 Read Number in Chinese

Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output Fu first if it is negative. For example, -123456789 is read as Fu yi Yi er Qian&nb ...
  • 0
  • 0
@kidultff

Chrome对于每个页面自动执行js(chrome拓展开发)

打开 chrome://extensions/ ,进入拓展管理,选中开发者模式。接着新建一个文件夹,新建一个文件,名为 manifest.json,输入下面代码:{   "name": "YourExtName",   "manifest_version" ...
  • 0
  • 2
@kidultff

PAT-A 真题 – 1071 Speech Patterns

People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzing such patterns can help to narrow down a speaker's id ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1075 PAT Judge

The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist for PAT.Input Specification:Each input file contains one test case. For each ca ...
  • 0
  • 0