結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
ixTL255
|
| 提出日時 | 2018-07-09 21:27:49 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 5,000 ms |
| コード長 | 115 bytes |
| 記録 | |
| コンパイル時間 | 694 ms |
| コンパイル使用メモリ | 107,796 KB |
| 実行使用メモリ | 24,308 KB |
| スコア | 3,540 |
| 最終ジャッジ日時 | 2026-03-03 21:51:37 |
| 合計ジャッジ時間 | 1,312 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
public class T{
public static void Main(){
Console.WriteLine("{0} {1}",0,Console.ReadLine());
}
}
ixTL255