提出 #348491


ソースコード 拡げる

import java.util.*;
public class Main {
    public static void main(String[] args){
        Scanner sc = new Scanner(System.in);
        int m = sc.nextInt();
        int d = sc.nextInt();
        if (m % d == 0) {
            System.out.println("YES");
        } else {
            System.out.println("NO");
        }
    }
}

提出情報

提出日時
問題 A - 12月6日
ユーザ amutake
言語 Java (OpenJDK 1.7.0)
得点 100
コード長 340 Byte
結果 AC
実行時間 351 ms
メモリ 23028 KiB

ジャッジ結果

セット名 All
得点 / 配点 100 / 100
結果
AC × 33
セット名 テストケース
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 10_rand_00.txt, 10_rand_01.txt, 10_rand_02.txt, 10_rand_03.txt, 10_rand_04.txt, 10_rand_05.txt, 10_rand_06.txt, 10_rand_07.txt, 10_rand_08.txt, 10_rand_09.txt, 10_rand_10.txt, 10_rand_11.txt, 10_rand_12.txt, 10_rand_13.txt, 10_rand_14.txt, 10_rand_15.txt, 10_rand_16.txt, 10_rand_17.txt, 10_rand_18.txt, 10_rand_19.txt, 10_rand_20.txt, 10_rand_21.txt, 10_rand_22.txt, 10_rand_23.txt, 10_rand_24.txt, 10_rand_25.txt, 10_rand_26.txt, 10_rand_27.txt, 10_rand_28.txt, 10_rand_29.txt
ケース名 結果 実行時間 メモリ
00_sample_00.txt AC 346 ms 23028 KiB
00_sample_01.txt AC 340 ms 22964 KiB
00_sample_02.txt AC 339 ms 22984 KiB
10_rand_00.txt AC 341 ms 22984 KiB
10_rand_01.txt AC 338 ms 22952 KiB
10_rand_02.txt AC 339 ms 22936 KiB
10_rand_03.txt AC 339 ms 22948 KiB
10_rand_04.txt AC 337 ms 22928 KiB
10_rand_05.txt AC 339 ms 22964 KiB
10_rand_06.txt AC 337 ms 22924 KiB
10_rand_07.txt AC 341 ms 22948 KiB
10_rand_08.txt AC 339 ms 22952 KiB
10_rand_09.txt AC 342 ms 22980 KiB
10_rand_10.txt AC 341 ms 22976 KiB
10_rand_11.txt AC 341 ms 22996 KiB
10_rand_12.txt AC 343 ms 22972 KiB
10_rand_13.txt AC 346 ms 22872 KiB
10_rand_14.txt AC 350 ms 22980 KiB
10_rand_15.txt AC 350 ms 22960 KiB
10_rand_16.txt AC 348 ms 22836 KiB
10_rand_17.txt AC 350 ms 22912 KiB
10_rand_18.txt AC 340 ms 22892 KiB
10_rand_19.txt AC 340 ms 22912 KiB
10_rand_20.txt AC 340 ms 22980 KiB
10_rand_21.txt AC 336 ms 22896 KiB
10_rand_22.txt AC 340 ms 22996 KiB
10_rand_23.txt AC 338 ms 22964 KiB
10_rand_24.txt AC 339 ms 22836 KiB
10_rand_25.txt AC 340 ms 22836 KiB
10_rand_26.txt AC 341 ms 23000 KiB
10_rand_27.txt AC 340 ms 22988 KiB
10_rand_28.txt AC 344 ms 22976 KiB
10_rand_29.txt AC 351 ms 22968 KiB