結果

問題 No.671 1000000007
ユーザー htensaihtensai
提出日時 2019-11-12 08:29:31
言語 Java21
(openjdk 21)
結果
AC  
実行時間 130 ms / 2,000 ms
コード長 204 bytes
コンパイル時間 2,206 ms
コンパイル使用メモリ 75,896 KB
実行使用メモリ 57,552 KB
最終ジャッジ日時 2023-10-17 13:02:57
合計ジャッジ時間 4,544 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 130 ms
57,456 KB
testcase_01 AC 127 ms
57,424 KB
testcase_02 AC 129 ms
57,436 KB
testcase_03 AC 130 ms
57,364 KB
testcase_04 AC 129 ms
57,552 KB
testcase_05 AC 130 ms
57,380 KB
testcase_06 AC 128 ms
57,388 KB
testcase_07 AC 128 ms
57,416 KB
testcase_08 AC 130 ms
57,412 KB
testcase_09 AC 130 ms
57,340 KB
testcase_10 AC 127 ms
57,456 KB
testcase_11 AC 128 ms
57,400 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

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

0