3 solutions

  • 0
    @ 2026-7-24 10:17:53

    #include<bits/stdc++.h> using namespace std; int arr[1010]; char s[1010]; int main() { for(int i=1;i<=26;i++) { cin>>arr[i]; s[i]=char(arr[i]+'a'-1); } for(int i=1;i<=26;i++) { cout<<s[i]; } return 0; }

    Information

    ID
    2392
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    41
    Accepted
    20
    Uploaded By