c++信息学奥赛 2062【例1.3】电影票

#include <iostream>

using namespace std;

int main()

{

    int x=0;

    cin>>x;

    cout<<x<<" "<<x*10;

    return 0;

}

posted @ 2022-05-13 19:03  明睿小学李君道  阅读(121)  评论(0)    收藏  举报