結果

問題 No.671 1000000007
ユーザー Tsukasa_TypeTsukasa_Type
提出日時 2018-05-18 00:32:59
言語 Java21
(openjdk 21)
結果
AC  
実行時間 118 ms / 2,000 ms
コード長 230 bytes
コンパイル時間 2,005 ms
コンパイル使用メモリ 71,268 KB
実行使用メモリ 56,524 KB
最終ジャッジ日時 2023-09-10 22:45:05
合計ジャッジ時間 4,085 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 115 ms
56,192 KB
testcase_01 AC 113 ms
55,856 KB
testcase_02 AC 115 ms
55,632 KB
testcase_03 AC 118 ms
56,012 KB
testcase_04 AC 114 ms
56,088 KB
testcase_05 AC 114 ms
55,528 KB
testcase_06 AC 115 ms
55,964 KB
testcase_07 AC 114 ms
55,852 KB
testcase_08 AC 115 ms
55,768 KB
testcase_09 AC 116 ms
56,072 KB
testcase_10 AC 116 ms
56,524 KB
testcase_11 AC 116 ms
56,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import static java.lang.System.*;
import java.util.*;

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