結果

問題 No.104 国道
ユーザー fal_rndfal_rnd
提出日時 2017-07-19 00:00:09
言語 Java21
(openjdk 21)
結果
AC  
実行時間 123 ms / 5,000 ms
コード長 251 bytes
コンパイル時間 2,283 ms
コンパイル使用メモリ 73,948 KB
実行使用メモリ 41,340 KB
最終ジャッジ日時 2024-10-08 11:08:55
合計ジャッジ時間 5,577 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 120 ms
41,164 KB
testcase_01 AC 120 ms
41,204 KB
testcase_02 AC 119 ms
41,196 KB
testcase_03 AC 120 ms
41,084 KB
testcase_04 AC 109 ms
41,116 KB
testcase_05 AC 122 ms
41,340 KB
testcase_06 AC 123 ms
40,976 KB
testcase_07 AC 119 ms
41,156 KB
testcase_08 AC 121 ms
41,116 KB
testcase_09 AC 118 ms
41,132 KB
testcase_10 AC 122 ms
41,028 KB
testcase_11 AC 122 ms
41,340 KB
testcase_12 AC 109 ms
41,092 KB
testcase_13 AC 121 ms
41,168 KB
testcase_14 AC 122 ms
41,184 KB
testcase_15 AC 118 ms
40,876 KB
testcase_16 AC 122 ms
40,920 KB
testcase_17 AC 103 ms
40,872 KB
testcase_18 AC 109 ms
41,136 KB
testcase_19 AC 122 ms
41,268 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

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