H24

#include <iostream>
#include <math.h>
using namespace std;
int main()
{
    long long n,i,BN,LN,dem;
    cin>>n;
    BN=1;
    BN=pow(10,n-1);
    LN=BN*10-1;
    dem=((BN*10-10)-BN)/10+1;
    cout<<BN<<endl;
    if (LN>0)
    cout<<LN<<endl;
    if (LN==0)
    cout<<"0"<<endl;
    cout<<dem<<endl;
}


Các câu hỏi tương tự
NN
Xem chi tiết
MK
Xem chi tiết
PD
Xem chi tiết
NT
Xem chi tiết
MM
Xem chi tiết
NH
Xem chi tiết
NT
Xem chi tiết
TN
Xem chi tiết
KL
Xem chi tiết