竞赛讨论区 > 样例都过不了居然A了?
头像
IzuruKamuku
发布于 2018-08-18 22:12
+ 关注

样例都过不了居然A了?

#include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
#include<math.h>
using namespace std;
#define N 100
#define ll long long
#define MOD 1000000007

double n, k, a, b;

int main()
{
    cin >> n >> k >> a >> b;
    double ans , t1, t2, t3, t;
    printf("%.2lf\n", n/b-n/a);
    return 0;
}

全部评论

(1) 回帖
加载中...
话题 回帖

等你来战

查看全部

热门推荐