原创 PAT-2019年冬季考試-甲級-7-1 Good in C (20分)超詳解,幾招就滿分通過

題目: When your interviewer asks you to write “Hello World” using C, can you do as the following figure shows? Input

原创 PAT甲級1010Radix25分/二分法猜進制轉換/詳細解讀精準求出上限下限

題目來源:https://pintia.cn/problem-sets/994805342720868352/problems/994805507225665536 代碼參考:https://www.liuchuo.net/archive

原创 Objective-C App Development Foudation

Install Cocoapods from the command line 1.Terminal: Type in "clear" //in order to get rid of the stuff that's on the s

原创 19年冬季第二題 PAT甲級 1166 Summit (25分) 與題庫1142類似的一般難度題

彙總貼在博客的置頂: 2020年3月PAT甲級滿分必備刷題技巧 題目 7-3 Summit (25分) A summit (峯會) is a meeting of heads of state or government. Arr

原创 PAT甲級1152 Google Recruitment (20分)

2018年12月甲級真題的第一題,如果用對方法就沒有坑的初級題目。 題目給的是大數字,用字符串直接處理就行,我一遍就過了。 #include<iostream> #include<vector> #include<set> #in

原创 19年秋季第一題 PAT甲級 1161 Forever (20 分) 有點兒意思

如果喜歡我的文章請點贊讓我知道噢 題目 7-1 Forever (20 分) "Forever number" is a positive integer A with K digits, satisfying the following

原创 19年春季第二題 PAT甲級 1157 Anniversary(25 分)

英文題目 Zhejiang University is about to celebrate her 122th anniversary in 2019. To prepare for the celebration, the alumn

原创 2019年9月8日秋季PAT甲級題解--3 Postfix Expression (25 分) 暗含玄機

Given a syntax tree (binary), you are supposed to output the corresponding postfix expression, with parentheses reflect

原创 18年春季第一題 PAT甲級 1144 The Missing Number (20分) 上限感很重要

Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specifica

原创 18秋第三題 PAT甲級 1150 Travelling Salesman Problem (25分) 簡單圖論

題目 The "travelling salesman problem" asks the following question: "Given a list of cities and the distances between eac