Submission #19960175


Source Code Expand

#include <bits/stdc++.h>
#define ll long long
#define ft first
#define sec second
#define pb push_back
#define pr pair<int,int>
#define ISCC ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
using namespace std;
double t ,n ,m ,l ,r;
int main() 
{	
	cin>>n>>l>>r>>m;
	double a=m/n;
	if(l<=a && a<=r)  cout<<"No\n";
	else cout<<"Yes\n";
	return 0;
}

Submission Info

Submission Time
Task A - Vanishing Pitch
User ck1080012
Language C++ (GCC 9.2.1)
Score 100
Code Size 362 Byte
Status AC
Exec Time 7 ms
Memory 3708 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 25
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All handmade_00.txt, handmade_01.txt, handmade_02.txt, handmade_03.txt, handmade_04.txt, marginal_00.txt, marginal_01.txt, marginal_02.txt, marginal_03.txt, random2_00.txt, random2_01.txt, random2_02.txt, random2_03.txt, random2_04.txt, random2_05.txt, random2_06.txt, random2_07.txt, random2_08.txt, random2_09.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
handmade_00.txt AC 7 ms 3704 KiB
handmade_01.txt AC 3 ms 3612 KiB
handmade_02.txt AC 2 ms 3680 KiB
handmade_03.txt AC 2 ms 3696 KiB
handmade_04.txt AC 2 ms 3612 KiB
marginal_00.txt AC 2 ms 3708 KiB
marginal_01.txt AC 2 ms 3696 KiB
marginal_02.txt AC 2 ms 3556 KiB
marginal_03.txt AC 3 ms 3556 KiB
random2_00.txt AC 2 ms 3676 KiB
random2_01.txt AC 2 ms 3632 KiB
random2_02.txt AC 2 ms 3708 KiB
random2_03.txt AC 3 ms 3668 KiB
random2_04.txt AC 4 ms 3572 KiB
random2_05.txt AC 2 ms 3612 KiB
random2_06.txt AC 3 ms 3708 KiB
random2_07.txt AC 2 ms 3668 KiB
random2_08.txt AC 2 ms 3568 KiB
random2_09.txt AC 2 ms 3652 KiB
random_00.txt AC 2 ms 3612 KiB
random_01.txt AC 2 ms 3708 KiB
random_02.txt AC 2 ms 3628 KiB
random_03.txt AC 2 ms 3624 KiB
sample_01.txt AC 2 ms 3608 KiB
sample_02.txt AC 2 ms 3608 KiB