結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー |
![]() |
提出日時 | 2016-11-13 14:24:17 |
言語 | C#(csc) (csc 3.9.0) |
結果 |
AC
|
実行時間 | 23 ms / 5,000 ms |
コード長 | 237 bytes |
コンパイル時間 | 1,241 ms |
実行使用メモリ | 16,252 KB |
スコア | 3,052 |
最終ジャッジ日時 | 2018-03-12 00:03:17 |
ジャッジサーバーID (参考情報) |
judge6 / |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 23 ms
16,252 KB |
testcase_01 | AC | 22 ms
14,208 KB |
testcase_02 | AC | 20 ms
12,164 KB |
testcase_03 | AC | 22 ms
12,172 KB |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 2.3.1.61919 (57c81319) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; class Magatro { static void Main() { Console.WriteLine("0 {0}", Console.ReadLine()); } }