結果

問題 No.671 1000000007
ユーザー isimiyaisimiya
提出日時 2018-06-04 22:21:51
言語 C#(csc)
(csc 3.9.0)
結果
AC  
実行時間 51 ms / 2,000 ms
コード長 192 bytes
コンパイル時間 1,484 ms
コンパイル使用メモリ 62,524 KB
実行使用メモリ 22,612 KB
最終ジャッジ日時 2023-09-12 22:16:47
合計ジャッジ時間 2,342 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 50 ms
22,572 KB
testcase_01 AC 49 ms
20,556 KB
testcase_02 AC 51 ms
22,592 KB
testcase_03 AC 50 ms
20,572 KB
testcase_04 AC 50 ms
20,564 KB
testcase_05 AC 50 ms
20,612 KB
testcase_06 AC 50 ms
22,572 KB
testcase_07 AC 50 ms
20,520 KB
testcase_08 AC 50 ms
22,612 KB
testcase_09 AC 51 ms
22,516 KB
testcase_10 AC 51 ms
20,588 KB
testcase_11 AC 51 ms
22,604 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

using System;
class MainClass
{
	public static void Main(string[] args)
	{
	    // 1000000007
	    string stdin = Console.ReadLine();
	    Console.WriteLine(Math.Abs(10 - stdin.Length));
	}
}
0