結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
takosama312
|
| 提出日時 | 2016-01-31 14:41:54 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 236 bytes |
| 記録 | |
| コンパイル時間 | 804 ms |
| コンパイル使用メモリ | 111,360 KB |
| 実行使用メモリ | 26,320 KB |
| スコア | 3,056 |
| 最終ジャッジ日時 | 2026-03-03 21:48:37 |
| 合計ジャッジ時間 | 986 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 4 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
namespace ConsoleApplication10
{
class Program
{
static void Main(string[] args)
{
int N =int.Parse(Console.ReadLine());
Console.WriteLine(N + "" + "0");
}
}
}
takosama312