結果

問題 No.671 1000000007
ユーザー tsunabittsunabit
提出日時 2018-07-22 16:54:41
言語 Java21
(openjdk 21)
結果
AC  
実行時間 133 ms / 2,000 ms
コード長 291 bytes
コンパイル時間 3,645 ms
コンパイル使用メモリ 76,384 KB
実行使用メモリ 54,136 KB
最終ジャッジ日時 2024-06-07 20:14:40
合計ジャッジ時間 6,091 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 129 ms
53,728 KB
testcase_01 AC 130 ms
54,012 KB
testcase_02 AC 131 ms
54,024 KB
testcase_03 AC 130 ms
53,992 KB
testcase_04 AC 127 ms
53,932 KB
testcase_05 AC 130 ms
53,916 KB
testcase_06 AC 133 ms
54,004 KB
testcase_07 AC 133 ms
54,136 KB
testcase_08 AC 131 ms
53,988 KB
testcase_09 AC 130 ms
53,880 KB
testcase_10 AC 129 ms
54,004 KB
testcase_11 AC 131 ms
54,000 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
import java.util.stream.Stream;
import java.time.*;
import java.time.format.*;

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