結果
| 問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
| ユーザー |
clocklr
|
| 提出日時 | 2018-09-28 18:46:49 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 28 ms / 5,000 ms |
| コード長 | 84 bytes |
| コンパイル時間 | 1,190 ms |
| 実行使用メモリ | 16,516 KB |
| スコア | 3,664 |
| 最終ジャッジ日時 | 2018-09-28 18:46:51 |
|
ジャッジサーバーID (参考情報) |
judge8 / |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;class a{static void Main(){WriteLine("0 "+ReadLine());}}
clocklr