pku acm 1002 487-3279 为什么一定要把字符串转化成数字吗??

日期:2016-02-29 02:17:34 人气:2

pku acm 1002 487-3279 为什么一定要把字符串转化成数字吗??

#include #include #include using namespace std; int tep[100100]; int biao[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 main() { //OPEN_IN; int i,j,t=0,count,n,flag=1;; char h[100]; scanf("%d",&n); for(i
    A+
热门评论