1 solutions

  • 0
    @ 2025-7-12 16:20:43

    #include using namespace std;

    int main() { char n; int x; cin >> n >> x; for (int i = 1; i <= x; i++) { cout << n; } return 0; }

    • 1

    Information

    ID
    177
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    # Submissions
    84
    Accepted
    52
    Uploaded By