1 solutions

  • 0
    @ 2025-11-5 18:27:00

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    
    int main() {
    	int a,b,c;
    	cin>>a>>b>>c;
    	if(a>99999999){
    	cout<<setw(8)<<a<<setw(8)<<b<<setw(8)<<c<<endl;
    }else	cout<<setw(8)<<a<<" "<<setw(8)<<b<<" "<<setw(8)<<c<<endl;
    	return 0;
    }
    
    • 1

    Information

    ID
    18883
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By