結果
| 問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
| ユーザー |
clocklr
|
| 提出日時 | 2018-09-28 18:40:14 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 29 ms / 5,000 ms |
| コード長 | 101 bytes |
| コンパイル時間 | 1,080 ms |
| 実行使用メモリ | 16,584 KB |
| スコア | 3,596 |
| 最終ジャッジ日時 | 2018-09-28 18:40:16 |
|
ジャッジサーバーID (参考情報) |
judge9 / |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 2.7.0.62620 (e873e693) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using static System.Console;public class a{public static void Main(){WriteLine("0 {0}",ReadLine());}}
clocklr