1 solutions

  • 0
    @ 2025-9-7 17:19:01

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

    int main() { char PPi, a, b, c; cin >> PPi; if (PPi == 'a') cout << "apple" << endl; else if (PPi == 'b') cout << "banana" << endl; else if (PPi == 'c') cout << "cat" << endl; else cout << "no" << endl;

    }

    Information

    ID
    163
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    3
    Tags
    # Submissions
    91
    Accepted
    49
    Uploaded By