注册 登录
编程论坛 计算机英语

求一个翻译

有容就大 发布于 2012-11-02 14:48, 5089 次点击
程序如下
程序代码:
#include <iostream>
#include <string>
using namespace std;

int main(void)
{
    string friend_name = "JinMaoShiWang";
    char friend_sex = 0;

    while (1)
    {
        cout << "If your friend is a male please enter a 'm' \n"\
            "else please enter a 'f'.\n";
        cin >> friend_sex;
        switch (friend_sex)
        {
        case 'm': cout << "If you see " << friend_name << " please ask him to call me.\n";
            break;
        case 'f': cout << "If you see " << friend_name << " please ask her to call me.\n";
            break;
        default: cout << "You sure your friend is a RENYAO?\n";
        }
        cout << endl;
    }

    return 0;
}
红色那个RENYAO怎么翻译?


[ 本帖最后由 有容就大 于 2012-11-2 14:49 编辑 ]
4 回复
#2
wp2319572012-11-02 15:30
****人****妖****
#3
有容就大2012-11-02 19:41
0>>>>>>>>>>>0>>>>>>>>>>>>>
#4
yuccn2013-02-28 22:57
无语啊
#5
Susake2013-03-01 01:20
我知道.....是........................................周杰伦.....
1