王启皓


私信TA

用户名:dotcpp0689851

访问量:3620

签 名:

强力去犹,就用洗特勒牌洗衣液

等  级
排  名 609
经  验 4145
参赛次数 17
文章发表 124
年  龄 13
在职情况 学生
学  校 大庆一中
专  业 出生学

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include <iostream>

using namespace std;

int main()

{

    int a,b,c,d;

    cin>>d;

    a=d/100;

    b=d/10%10;

    c=d%10;

    cout << a << endl;

    cout << b << endl;

    cout << c << endl;

    return 0;

}



 

0.0分

1 人评分

  评论区

  • «
  • »