码迷,mamicode.com
首页 > 其他好文 > 详细

1004: 不明飞行物(ufo)

时间:2017-03-04 21:02:49      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:std   names   ++   pac   stay   for   cout   set   log   

#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <string>
using namespace std;
int main(){
    string s1;
    string s2;
    long m,n;
    m=1;
    n=1;
    cin>>s1>>s2;
    for(int i = 0 ; i< s1.length(); i++)
    {
        m *= (int)s1[i] - (int)A + 1;
    }
    
    for(int i = 0 ; i< s2.length(); i++)
    {
        n *= (int)s2[i] - (int)A +1;
    }
    if(m % 47 == n % 47)
        cout<<"GO"<<endl<<"r1=r2="<<m%47<<endl;
    else
        cout<<"STAY"<<endl<<"r1="<<m%47<<"r2="<<n%47<<endl;;
    //cout<<m % 47 <<n % 47 <<endl;
    //cout<<count<<endl;
    
//    cout<<setiosflags(ios::fixed)<<setprecision(4)<<s<<endl;
//    cout<< setiosflags(ios::fixed)<<setprecision(4) <<c<<endl; 
}

 

1004: 不明飞行物(ufo)

标签:std   names   ++   pac   stay   for   cout   set   log   

原文地址:http://www.cnblogs.com/shiningrise/p/6502554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!