結果
問題 | 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 / |
純コード判定しない問題か言語 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 28 ms
16,516 KB |
testcase_01 | AC | 26 ms
12,440 KB |
testcase_02 | AC | 28 ms
14,472 KB |
testcase_03 | AC | 27 ms
14,472 KB |
コンパイルメッセージ
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());}}