結果

問題 No.671 1000000007
ユーザー fal_rndfal_rnd
提出日時 2018-04-18 08:40:03
言語 Java21
(openjdk 21)
結果
AC  
実行時間 115 ms / 2,000 ms
コード長 266 bytes
コンパイル時間 3,884 ms
コンパイル使用メモリ 72,232 KB
実行使用メモリ 56,292 KB
最終ジャッジ日時 2023-09-09 11:19:00
合計ジャッジ時間 5,268 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 114 ms
55,552 KB
testcase_01 AC 115 ms
55,740 KB
testcase_02 AC 114 ms
55,376 KB
testcase_03 AC 114 ms
56,012 KB
testcase_04 AC 113 ms
55,504 KB
testcase_05 AC 114 ms
55,356 KB
testcase_06 AC 115 ms
55,816 KB
testcase_07 AC 114 ms
55,720 KB
testcase_08 AC 112 ms
56,116 KB
testcase_09 AC 114 ms
55,768 KB
testcase_10 AC 115 ms
55,324 KB
testcase_11 AC 114 ms
56,292 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