結果

問題 No.667 Mice's Luck(ネズミ達の運)
ユーザー fal_rndfal_rnd
提出日時 2018-04-07 01:30:10
言語 Java21
(openjdk 21)
結果
AC  
実行時間 839 ms / 2,000 ms
コード長 257 bytes
コンパイル時間 2,199 ms
コンパイル使用メモリ 74,520 KB
実行使用メモリ 67,340 KB
最終ジャッジ日時 2024-06-26 10:55:06
合計ジャッジ時間 8,386 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 130 ms
54,036 KB
testcase_01 AC 129 ms
53,952 KB
testcase_02 AC 129 ms
54,008 KB
testcase_03 AC 135 ms
54,100 KB
testcase_04 AC 195 ms
54,732 KB
testcase_05 AC 301 ms
57,680 KB
testcase_06 AC 580 ms
62,920 KB
testcase_07 AC 839 ms
64,824 KB
testcase_08 AC 692 ms
66,136 KB
testcase_09 AC 780 ms
67,340 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class A{
	public static void main(String[]$){
		String v=new Scanner(System.in).next();
		int l=v.length(),ok=v.replaceAll("x","").length();
		for(char c:v.toCharArray()) {
			System.out.println(100.0*ok/l--);
			if(c=='o')--ok;
		}
	}
}
0