4 solutions

  • -2
    @ 2025-12-26 13:40:25

    #include using namespace std;

    int main() { char a; cin >> a; cout << " " << a << '\n'; cout << " " << a << a << a << '\n'; cout << a << a << a << a << a; return 0; }

    Information

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