1 solutions

  • 0
    @ 2025-12-10 21:25:13
    #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;
    
    }
    
    • 1

    Information

    ID
    594
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    1
    Accepted
    1
    Uploaded By