結果
| 問題 |
No.8049 Yes
|
| コンテスト | |
| ユーザー |
bluemegane
|
| 提出日時 | 2019-04-03 11:20:32 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 2,000 ms |
| コード長 | 108 bytes |
| コンパイル時間 | 1,107 ms |
| 実行使用メモリ | 8,544 KB |
| スコア | 100 |
| 最終ジャッジ日時 | 2019-04-03 11:20:34 |
|
ジャッジサーバーID (参考情報) |
judge7 / |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 2.8.2.62916 (2ad4aabc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
public class Hello
{
static void Main()
{
Console.WriteLine("Yes");
}
}
bluemegane