1 solutions

  • 0
    @ 2025-6-14 10:47:47
    
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    char a;
    int b;
    float c;
    double d;
    cin>>a>>b>>c>>d;
    printf("%c %d %.6f %6lf",a,b,c,d);
    return 0;
    }
    
    
    
    

    Information

    ID
    1504
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    8
    Tags
    # Submissions
    71
    Accepted
    13
    Uploaded By