結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | ixTL255 |
提出日時 | 2018-07-09 21:27:49 |
言語 | C#(csc) (csc 3.9.0) |
結果 |
AC
|
実行時間 | 25 ms / 5,000 ms |
コード長 | 115 bytes |
コンパイル時間 | 3,025 ms |
実行使用メモリ | 8,396 KB |
スコア | 3,540 |
最終ジャッジ日時 | 2018-07-09 21:27:53 |
ジャッジサーバーID (参考情報) |
judge9 / |
純コード判定しない問題か言語 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 24 ms
8,396 KB |
testcase_01 | AC | 24 ms
8,392 KB |
testcase_02 | AC | 25 ms
8,396 KB |
testcase_03 | AC | 25 ms
8,388 KB |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 2.6.0.62309 (d3f6b8e7) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System; public class T{ public static void Main(){ Console.WriteLine("{0} {1}",0,Console.ReadLine()); } }