結果

問題 No.333 門松列を数え上げ
ユーザー fjafjafjafjafjafja
提出日時 2017-09-17 22:18:03
言語 Java21
(openjdk 21)
結果
AC  
実行時間 129 ms / 2,000 ms
コード長 221 bytes
コンパイル時間 2,146 ms
コンパイル使用メモリ 73,832 KB
実行使用メモリ 41,384 KB
最終ジャッジ日時 2024-11-08 01:59:45
合計ジャッジ時間 3,686 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 126 ms
41,220 KB
testcase_01 AC 114 ms
40,116 KB
testcase_02 AC 112 ms
39,884 KB
testcase_03 AC 126 ms
41,384 KB
testcase_04 AC 129 ms
41,092 KB
testcase_05 AC 127 ms
41,012 KB
testcase_06 AC 126 ms
41,052 KB
testcase_07 AC 112 ms
40,156 KB
testcase_08 AC 126 ms
41,344 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class A{public static void main(String[] args){Scanner sc=new Scanner(System.in);
int a=sc.nextInt(),b=sc.nextInt();if(a<b){System.out.println(b-2);}else{System.out.println(
2000000000-(b+1));}}}





0