1 条题解

  • 0
    @ 2024-8-12 9:37:29
    #include<bits/stdc++.h>
    using namespace std;
    double s;
    int n;
    int main(){
    	ios::sync_with_stdio(NULL);
    	cin.tie(0);cout.tie(0);
    	cin>>s>>n;
    	printf("%.3lf\n%d",s/n,2*n);
    	return 0;
    } 
    
    • 1

    信息

    ID
    536
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    (无)
    递交数
    16
    已通过
    7
    上传者