結果
| 問題 |
No.1562 Welcome to ????? & ????
|
| コンテスト | |
| ユーザー |
bluemegane
|
| 提出日時 | 2021-06-26 15:55:20 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 22 ms / 2,000 ms |
| コード長 | 166 bytes |
| コンパイル時間 | 4,220 ms |
| コンパイル使用メモリ | 99,968 KB |
| 実行使用メモリ | 17,408 KB |
| 最終ジャッジ日時 | 2024-06-25 10:54:04 |
| 合計ジャッジ時間 | 2,784 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
public class Hello
{
static void Main()
{
var a = "Knock";
var b = "Dive";
Console.WriteLine("{0} {1}", a, b);
}
}
bluemegane