1 solutions

  • 0
    @ 2025-12-10 21:27:41
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	char a;
    	cin >> a;
    	cout << "  " << a << endl;
    	cout << " " << a << a << a << endl;
    	cout << a << a << a << a << a << endl;
    	cout << " " << a << a << a << endl;
    	cout << "  " << a << endl;
    
    }
    
    
    
    
    • 1

    Information

    ID
    626
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    9
    Tags
    # Submissions
    12
    Accepted
    5
    Uploaded By