結果

問題 No.671 1000000007
ユーザー tentententen
提出日時 2020-11-12 09:26:18
言語 Java21
(openjdk 21)
結果
AC  
実行時間 110 ms / 2,000 ms
コード長 201 bytes
コンパイル時間 2,326 ms
コンパイル使用メモリ 74,740 KB
実行使用メモリ 41,436 KB
最終ジャッジ日時 2024-07-22 19:04:39
合計ジャッジ時間 3,740 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 101 ms
41,176 KB
testcase_01 AC 95 ms
39,916 KB
testcase_02 AC 93 ms
40,144 KB
testcase_03 AC 104 ms
41,052 KB
testcase_04 AC 110 ms
41,020 KB
testcase_05 AC 108 ms
41,436 KB
testcase_06 AC 95 ms
40,060 KB
testcase_07 AC 100 ms
40,952 KB
testcase_08 AC 102 ms
40,996 KB
testcase_09 AC 101 ms
41,284 KB
testcase_10 AC 102 ms
41,172 KB
testcase_11 AC 100 ms
41,248 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