結果

問題 No.418 ミンミンゼミ
ユーザー muratti1942
提出日時 2019-11-14 10:02:00
言語 Java
(openjdk 23)
結果
WA  
実行時間 -
コード長 277 bytes
コンパイル時間 2,169 ms
コンパイル使用メモリ 76,884 KB
実行使用メモリ 56,064 KB
最終ジャッジ日時 2024-09-21 21:21:51
合計ジャッジ時間 7,181 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
      public static void main(String[] args) throws Exception {
            Scanner sc = new Scanner(System.in);
            String Semi = sc.next();
            System.out.println("indexOfの結果:" + Semi.indexOf("min"));
      }
}
0