7 solutions
Information
- ID
- 1327
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 5
- Tags
- (None)
- # Submissions
- 153
- Accepted
- 58
- Uploaded By
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; } 忘加井号了懒得加
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.