ログインしてください。
提出 #234846
ソースコード 拡げる
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
class Program {
static int[] ReadInts (){
return Console.ReadLine().Split(' ').Select((e => int.Parse(e))).ToArray();
}
static void Main(string[] args) {
Console.WriteLine(Console.ReadLine() + "2014");
}
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - CODE FESTIVAL 2014 |
| ユーザ | BlackLemon |
| 言語 | C# (Mono 2.10.8.1) |
| 得点 | 100 |
| コード長 | 350 Byte |
| 結果 | AC |
| 実行時間 | 103 ms |
| メモリ | 7424 KiB |
ジャッジ結果
| セット名 | All | ||
|---|---|---|---|
| 得点 / 配点 | 100 / 100 | ||
| 結果 |
|
| セット名 | テストケース |
|---|---|
| All | test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt, test_12.txt, sample_01.txt, sample_02.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| sample_01.txt | AC | 102 ms | 7396 KiB |
| sample_02.txt | AC | 96 ms | 7404 KiB |
| test_01.txt | AC | 101 ms | 7376 KiB |
| test_02.txt | AC | 103 ms | 7364 KiB |
| test_03.txt | AC | 101 ms | 7408 KiB |
| test_04.txt | AC | 98 ms | 7408 KiB |
| test_05.txt | AC | 99 ms | 7388 KiB |
| test_06.txt | AC | 98 ms | 7408 KiB |
| test_07.txt | AC | 100 ms | 7424 KiB |
| test_08.txt | AC | 99 ms | 7396 KiB |
| test_09.txt | AC | 100 ms | 7408 KiB |
| test_10.txt | AC | 102 ms | 7364 KiB |
| test_11.txt | AC | 95 ms | 7408 KiB |
| test_12.txt | AC | 101 ms | 7360 KiB |