杨承昊


私信TA

用户名:dotcpp0686703

访问量:1481

签 名:

等  级
排  名 1532
经  验 2804
参赛次数 15
文章发表 50
年  龄 0
在职情况 学生
学  校 长青小学
专  业

  自我简介:

我就是我,不一样的烟火

解题思路:

注意事项:

参考代码:

#include <iostream>


using namespace std;


int main()

{

    int three,ge,shi,bai;

    cin>>three;

    bai=three/100;

    shi=three/10-bai*10;

    ge=three-bai*100-shi*10;

    cout<<bai<<endl;

    cout<<shi<<endl;

    cout<<ge<<endl;

    return 0;

}


 

0.0分

2 人评分

  评论区

  • «
  • »