Submission #20011398


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main(){
	int v,t,s,d;
	cin >> v >> t >> s >> d;
	if(d >= t*v and d <= s*v){
		cout << "No";
	}
	else{
		cout << "Yes";
	}
} 

Submission Info

Submission Time
Task A - Vanishing Pitch
User hocashi
Language C++ (GCC 9.2.1)
Score 100
Code Size 187 Byte
Status AC
Exec Time 7 ms
Memory 3648 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 3592 KiB
handmade_01.txt AC 2 ms 3444 KiB
handmade_02.txt AC 3 ms 3456 KiB
handmade_03.txt AC 2 ms 3532 KiB
handmade_04.txt AC 2 ms 3412 KiB
marginal_00.txt AC 2 ms 3604 KiB
marginal_01.txt AC 2 ms 3528 KiB
marginal_02.txt AC 2 ms 3604 KiB
marginal_03.txt AC 1 ms 3648 KiB
random2_00.txt AC 2 ms 3612 KiB
random2_01.txt AC 2 ms 3460 KiB
random2_02.txt AC 2 ms 3532 KiB
random2_03.txt AC 2 ms 3632 KiB
random2_04.txt AC 3 ms 3556 KiB
random2_05.txt AC 2 ms 3456 KiB
random2_06.txt AC 2 ms 3440 KiB
random2_07.txt AC 2 ms 3580 KiB
random2_08.txt AC 1 ms 3576 KiB
random2_09.txt AC 2 ms 3404 KiB
random_00.txt AC 2 ms 3448 KiB
random_01.txt AC 2 ms 3532 KiB
random_02.txt AC 2 ms 3604 KiB
random_03.txt AC 2 ms 3400 KiB
sample_01.txt AC 2 ms 3592 KiB
sample_02.txt AC 2 ms 3632 KiB