結果

問題 No.671 1000000007
ユーザー Tsukasa_TypeTsukasa_Type
提出日時 2018-05-18 00:32:59
言語 Java21
(openjdk 21)
結果
AC  
実行時間 131 ms / 2,000 ms
コード長 230 bytes
コンパイル時間 2,021 ms
コンパイル使用メモリ 74,488 KB
実行使用メモリ 41,148 KB
最終ジャッジ日時 2024-06-28 13:38:18
合計ジャッジ時間 4,252 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 131 ms
40,916 KB
testcase_01 AC 127 ms
40,960 KB
testcase_02 AC 127 ms
40,960 KB
testcase_03 AC 129 ms
41,016 KB
testcase_04 AC 127 ms
40,760 KB
testcase_05 AC 113 ms
39,680 KB
testcase_06 AC 127 ms
40,728 KB
testcase_07 AC 127 ms
41,148 KB
testcase_08 AC 127 ms
40,932 KB
testcase_09 AC 127 ms
41,032 KB
testcase_10 AC 128 ms
41,108 KB
testcase_11 AC 127 ms
40,960 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