結果
| 問題 | No.8007 心の目で |
| コンテスト | |
| ユーザー |
shima1104
|
| 提出日時 | 2019-03-12 00:38:06 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 275 bytes |
| 記録 | |
| コンパイル時間 | 685 ms |
| コンパイル使用メモリ | 106,044 KB |
| 実行使用メモリ | 26,388 KB |
| 最終ジャッジ日時 | 2026-03-08 12:46:44 |
| 合計ジャッジ時間 | 1,414 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 3 WA * 7 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace test_2
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine(1);
}
}
}
shima1104