程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> C++入門知識 >> hdu_1228 A + B

hdu_1228 A + B

編輯:C++入門知識

 

 

分析:

我只是想練習一下map的用法,不然又忘了。。。

 

代碼:

 

//hdu 1228
#include 
#include 
#include
#include 
#include 
using namespace std;

map d;
void init()
{
    d[zero]=0;  d[one]=1;  d[two]=2;  d[three]=3;
    d[four]=4;  d[five]=5; d[six]=6;  d[seven]=7;
    d[eight]=8; d[nine]=9;;
}

int deal(string s)
{
    int num=0;
    string word=;
    for(int i=0;i<s.length();i++){ if(s[i]="='" '){="" if(i="=s.length()-1){" num="" +="d[word];" return="" num;="" }="" else{="" word=";" else="" int="" main()="" {="" init();="" string="" str;="" str1,str2;="" num1,num2;="" while(getline(cin,str)){="" i="0;" str1=",str2=;" while(str[i]!="+" )="" i++;="" str2="" num1="deal(str1);" num2="deal(str2);" if(!num1="" &&="" (!num2))="" break;="" printf(%d="" ,num1+num2);="" 0;=""

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved