题目1079:手机键盘(对应关系)

Posted 伊甸一点

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了题目1079:手机键盘(对应关系)相关的知识,希望对你有一定的参考价值。

题目链接:http://ac.jobdu.com/problem.php?pid=1079

详解链接:https://github.com/zpfbuaa/JobduInCPlusPlus

参考代码:

//
//  1079 手机键盘.cpp
//  Jobdu
//
//  Created by PengFei_Zheng on 03/05/2017.
//  Copyright © 2017 PengFei_Zheng. All rights reserved.
//
 
#include <stdio.h>
#include <iostream>
#include <algorithm>
#include <string.h>
#include <cstring>
#include <cmath>
#include <climits>
#define MAX_SIZE 110
 
using namespace std;
 
char str[MAX_SIZE];
int pos[26]={2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9};
int kase[26]={1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,4,1,2,3,1,2,3,4};
 
int main(){
    while(scanf("%s",str)!=EOF){
        int len = (int)strlen(str);
        int sum = kase[str[0]-a];
        for(int i = 1 ; i < len ; i++){
            if(pos[str[i]-a]!=pos[str[i-1]-a]){
                sum+=(kase[str[i]-a]);
            }
            else {
                sum+=2+kase[str[i]-a];
            }
        }
        printf("%d\n",sum);
    }
    return 0;
}
/**************************************************************
    Problem: 1079
    User: zpfbuaa
    Language: C++
    Result: Accepted
    Time:10 ms
    Memory:1520 kb
****************************************************************/

 

以上是关于题目1079:手机键盘(对应关系)的主要内容,如果未能解决你的问题,请参考以下文章

每日一九度之 题目1079:手机键盘

HDU 1079 Calendar Game(博弈找规律)

华为机试题 HJ21简单密码

hiho1079 线段树区间改动离散化

[Codeforces Round #522 (Div. 2, based on Technocup 2019 Elimination Round 3)][C. Playing Piano](代码片段

ZZNUOJ_C语言1079:a+b(多实例测试2)(完整代码)