結果

問題 No.671 1000000007
ユーザー tsunabittsunabit
提出日時 2018-07-22 16:54:41
言語 Java21
(openjdk 21)
結果
AC  
実行時間 162 ms / 2,000 ms
コード長 291 bytes
コンパイル時間 4,428 ms
コンパイル使用メモリ 76,528 KB
実行使用メモリ 41,336 KB
最終ジャッジ日時 2024-12-26 05:15:36
合計ジャッジ時間 7,022 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 152 ms
40,872 KB
testcase_01 AC 150 ms
40,908 KB
testcase_02 AC 152 ms
40,844 KB
testcase_03 AC 162 ms
40,800 KB
testcase_04 AC 151 ms
41,052 KB
testcase_05 AC 161 ms
41,180 KB
testcase_06 AC 149 ms
41,336 KB
testcase_07 AC 160 ms
41,188 KB
testcase_08 AC 153 ms
40,696 KB
testcase_09 AC 158 ms
41,028 KB
testcase_10 AC 152 ms
40,820 KB
testcase_11 AC 157 ms
41,168 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