1 条题解

  • 0
    @ 2026-2-14 9:55:52
    • |核心|
    • 整数+ .0 是因为让计算机算小数
    #include<bits/stdc++.h>
    using namespace std;
    
    int main()
    {
    	cout<<15*(20.0/100)/(15.0/100)-15;
    //你要懂的是计算过程不是答案
    	return 0;
    }
    
    • 1

    信息

    ID
    116
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    2
    已通过
    2
    上传者