1 solutions

  • 0
    @ 2025-11-5 16:10:50

    C++ :

    #include <iostream>
    using namespace std;
    
    int main()
    {
        char c1,c2,c3,c4,c5;
        c1='Z'; 
        c2=65;
        c3=c2+1;
        c4=97;
        c5=48;
        
        cout<<c1<<c2<<c3<<c4<<c5;
     //   system("pause");
        return 0;   
        
    }
    
    
    • 1

    Information

    ID
    17545
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By