結果

問題 No.418 ミンミンゼミ
ユーザー muratti1942
提出日時 2019-11-14 10:06:00
言語 Java
(openjdk 23)
結果
WA  
実行時間 -
コード長 251 bytes
コンパイル時間 2,055 ms
コンパイル使用メモリ 74,564 KB
実行使用メモリ 41,780 KB
最終ジャッジ日時 2024-09-21 21:22:09
合計ジャッジ時間 6,404 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other AC * 1 WA * 24
権限があれば一括ダウンロードができます

ソースコード

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(Semi.indexOf("n"));
      }
}
0