結果
| 問題 | 
                            No.5000 特殊ジャッジテスト(テスト用)
                             | 
                    
| ユーザー | 
                             mencotton
                         | 
                    
| 提出日時 | 2017-12-23 22:20:52 | 
| 言語 | C#(csc)  (csc 3.9.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 287 bytes | 
| コンパイル時間 | 1,306 ms | 
| 実行使用メモリ | 14,136 KB | 
| スコア | 2,852 | 
| 最終ジャッジ日時 | 2018-03-12 00:04:20 | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge6 / | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 3 WA * 1 | 
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 2.3.1.61919 (57c81319) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace template
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine(Console.ReadLine() + " 0");
        }
    }
}
            
            
            
        
            
mencotton