4 solutions

  • 0
    @ 2026-3-29 10:08:22

    #include <bits/stdc++.h> using namespace std;

    int main() { char b; cin >> b; char a = b; cout << " " << a << " " << endl; cout << " " << a << a << a << " " << endl; cout << a << a << a << a << a << endl; return 0; }

    Information

    ID
    460
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    3
    Tags
    # Submissions
    189
    Accepted
    103
    Uploaded By