题目: Problem Do you know how to read the phone numbers in English? Now let me tell you. For example, In China, the phone numbers are 11 digits, like: 15012233444. Someone divides the numbers into 3-4-4 format, i.e. 150 1223 3444. While someone divides…
通过的第一题,留做纪念,呵呵,非常简单,Africa 2010, Qualification Round: Store Credit. #include <stdio.h> #include <stdlib.h> int main(void) { int N,C,I; int *p; int i,j,k; freopen("in.in", "r", stdin); freopen("out", "w",…
Google 刚刚发布了由 Google 与 AnswerLab 联合打造,名为<Principles of Mobile Site Design: Delight Users and Drive Conversions>的移动网站设计原则白皮书.白皮书提到,为了愉悦用户和推动转化率,移动网站设计应该遵循 25 个设计原则. 这 25 个设计原则涉及到主页与网站导航.网站搜索.商务与会话.表单项.可用性等 5 个设计领域,包括: 主页与网站导航 01.要求动作居前居中 02.菜单务必简洁明了…