結果

問題 No.671 1000000007
ユーザー fal_rndfal_rnd
提出日時 2018-04-18 08:40:03
言語 Java21
(openjdk 21)
結果
AC  
実行時間 133 ms / 2,000 ms
コード長 266 bytes
コンパイル時間 2,411 ms
コンパイル使用メモリ 76,068 KB
実行使用メモリ 54,416 KB
最終ジャッジ日時 2024-06-27 04:26:22
合計ジャッジ時間 4,629 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 129 ms
54,328 KB
testcase_01 AC 133 ms
54,416 KB
testcase_02 AC 130 ms
54,132 KB
testcase_03 AC 126 ms
54,084 KB
testcase_04 AC 129 ms
54,228 KB
testcase_05 AC 132 ms
54,036 KB
testcase_06 AC 126 ms
54,156 KB
testcase_07 AC 129 ms
53,896 KB
testcase_08 AC 129 ms
53,952 KB
testcase_09 AC 129 ms
54,000 KB
testcase_10 AC 126 ms
54,008 KB
testcase_11 AC 128 ms
54,324 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class Main {
    static Scanner s=new Scanner(System.in);
    static int gInt(){return Integer.parseInt(s.next());}
    public static void main(String[] args) throws Exception {
        System.out.println(Math.abs(10-s.next().length()));
    }
}
0