提出 #23959911


ソースコード 拡げる

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

int main(){
    int a,b;
    cin >>a>>b;
    if(a*6 >= b && a <= b)
    {
        cout << "Yes" << endl;
    }
    else
    {
        cout << "No"<<endl;
    }
}

提出情報

提出日時
問題 A - Rolling Dice
ユーザ Rey564219
言語 C++ (GCC 9.2.1)
得点 100
コード長 221 Byte
結果 AC
実行時間 8 ms
メモリ 3572 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 9
セット名 テストケース
Sample sample_00.txt, sample_01.txt, sample_02.txt
All bound_00.txt, bound_01.txt, bound_02.txt, bound_03.txt, random_00.txt, random_01.txt, sample_00.txt, sample_01.txt, sample_02.txt
ケース名 結果 実行時間 メモリ
bound_00.txt AC 8 ms 3456 KiB
bound_01.txt AC 2 ms 3448 KiB
bound_02.txt AC 2 ms 3572 KiB
bound_03.txt AC 2 ms 3568 KiB
random_00.txt AC 2 ms 3456 KiB
random_01.txt AC 2 ms 3440 KiB
sample_00.txt AC 2 ms 3436 KiB
sample_01.txt AC 2 ms 3436 KiB
sample_02.txt AC 2 ms 3528 KiB