7 solutions

  • 1
    @ 2025-12-3 17:24:52

    include<bits/stdc++.h> using namespace std; int main(){ float t,n;cin>>t>>n; printf("%.3f",t/n); cout<<endl<<2*n; return 0; } 忘加井号了懒得加

    Information

    ID
    1327
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    5
    Tags
    (None)
    # Submissions
    153
    Accepted
    58
    Uploaded By