結果

問題 No.3033 Test of Russian
ユーザー fal_rndfal_rnd
提出日時 2018-04-03 18:13:06
言語 Java21
(openjdk 21)
結果
AC  
実行時間 135 ms / 2,000 ms
コード長 209 bytes
コンパイル時間 2,082 ms
コンパイル使用メモリ 74,328 KB
実行使用メモリ 41,628 KB
最終ジャッジ日時 2024-06-26 08:32:11
合計ジャッジ時間 3,782 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 132 ms
40,984 KB
testcase_01 AC 135 ms
41,628 KB
testcase_02 AC 134 ms
41,448 KB
testcase_03 AC 132 ms
41,104 KB
testcase_04 AC 132 ms
41,336 KB
testcase_05 AC 134 ms
41,252 KB
testcase_06 AC 131 ms
41,120 KB
testcase_07 AC 134 ms
41,064 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

class Main{
	public static void main(String[]$){
		Scanner s=new Scanner(System.in);
		int n=s.nextInt(),m=s.nextInt(),x=s.nextInt();
		System.out.println(n-m+3<=x?"YES":"NO");
	}
}
0