結果

問題 No.246 質問と回答
ユーザー 紙ぺーぱー
提出日時 2015-08-06 01:24:58
言語 C#(csc)
(csc 3.9.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 307 bytes
コンパイル時間 3,083 ms
コンパイル使用メモリ 105,980 KB
実行使用メモリ 44,124 KB
平均クエリ数 1.00
最終ジャッジ日時 2024-07-16 07:46:05
合計ジャッジ時間 6,786 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 30
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;
using System.Linq;
using System.Diagnostics;
using System.Collections.Generic;
using Debug = System.Diagnostics.Debug;
using StringBuilder = System.Text.StringBuilder;
using System.Numerics;
public class Program
{
    static public void Main()
    {
        Console.WriteLine("otaku");
    }
}
0