結果

問題 No.671 1000000007
ユーザー YukimotoPGYukimotoPG
提出日時 2019-02-13 13:51:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 118 ms / 2,000 ms
コード長 188 bytes
コンパイル時間 1,948 ms
コンパイル使用メモリ 72,248 KB
実行使用メモリ 56,384 KB
最終ジャッジ日時 2023-10-11 11:10:30
合計ジャッジ時間 4,195 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 115 ms
55,976 KB
testcase_01 AC 116 ms
56,384 KB
testcase_02 AC 116 ms
56,240 KB
testcase_03 AC 116 ms
55,840 KB
testcase_04 AC 116 ms
55,884 KB
testcase_05 AC 117 ms
55,652 KB
testcase_06 AC 117 ms
56,312 KB
testcase_07 AC 115 ms
56,384 KB
testcase_08 AC 116 ms
56,064 KB
testcase_09 AC 117 ms
55,596 KB
testcase_10 AC 116 ms
56,268 KB
testcase_11 AC 118 ms
55,756 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

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