結果

問題 No.104 国道
ユーザー fal_rndfal_rnd
提出日時 2017-07-18 23:58:51
言語 Java21
(openjdk 21)
結果
RE  
実行時間 -
コード長 201 bytes
コンパイル時間 2,293 ms
コンパイル使用メモリ 74,040 KB
実行使用メモリ 41,392 KB
最終ジャッジ日時 2024-10-08 11:08:43
合計ジャッジ時間 4,808 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 99 ms
40,124 KB
testcase_01 AC 115 ms
41,144 KB
testcase_02 AC 113 ms
40,768 KB
testcase_03 RE -
testcase_04 AC 106 ms
40,192 KB
testcase_05 AC 112 ms
41,056 KB
testcase_06 AC 93 ms
40,064 KB
testcase_07 AC 95 ms
39,984 KB
testcase_08 AC 113 ms
41,036 KB
testcase_09 AC 104 ms
40,256 KB
testcase_10 AC 110 ms
41,392 KB
testcase_11 AC 117 ms
41,108 KB
testcase_12 AC 113 ms
41,032 KB
testcase_13 AC 108 ms
40,864 KB
testcase_14 AC 108 ms
41,024 KB
testcase_15 AC 106 ms
41,012 KB
testcase_16 AC 97 ms
40,240 KB
testcase_17 AC 95 ms
39,784 KB
testcase_18 AC 115 ms
41,136 KB
testcase_19 AC 102 ms
40,660 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

class C{
	public static void main(String[]$){
		int v=1;
		for(char c:new java.util.Scanner(System.in).next().toCharArray()) {
			if(c=='L')v*=2;
			if(c=='R')v+=v+1;
		}
		System.out.println(v);
	}
}
0