結果

問題 No.671 1000000007
ユーザー tentententen
提出日時 2020-11-12 09:26:18
言語 Java21
(openjdk 21)
結果
AC  
実行時間 124 ms / 2,000 ms
コード長 201 bytes
コンパイル時間 1,969 ms
コンパイル使用メモリ 71,620 KB
実行使用メモリ 56,132 KB
最終ジャッジ日時 2023-09-30 01:07:41
合計ジャッジ時間 4,345 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
55,336 KB
testcase_01 AC 120 ms
55,824 KB
testcase_02 AC 120 ms
56,000 KB
testcase_03 AC 121 ms
55,688 KB
testcase_04 AC 120 ms
55,708 KB
testcase_05 AC 120 ms
56,132 KB
testcase_06 AC 119 ms
55,292 KB
testcase_07 AC 119 ms
55,924 KB
testcase_08 AC 118 ms
55,660 KB
testcase_09 AC 124 ms
55,644 KB
testcase_10 AC 121 ms
55,836 KB
testcase_11 AC 119 ms
56,092 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        System.out.println(Math.abs(sc.next().length() - 10));
    }
}
0