結果
問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
ユーザー |
![]() |
提出日時 | 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 / |
純コード判定しない問題か言語 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
コンパイルメッセージ
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()); } }