Submission #1188388


Source Code Expand

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace AtCoder
{
    class Program
    {
        static void Main(string[] args)
        {
            // ユーザーが⼊⼒した⽂字列をstring 型の変数に⼊れる
            string name = Console.ReadLine();
            // メッセージの出⼒
            Console.WriteLine("{0}pp", name);
        }
    }
}

Submission Info

Submission Time
Task A - ハンドルネーム
User rairenxion
Language C# (Mono 4.6.2.0)
Score 100
Code Size 466 Byte
Status AC
Exec Time 21 ms
Memory 13140 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 7
Set Name Test Cases
All sample_01.txt, sample_02.txt, test_aaaaaaaaaa.txt, test_myonmyon.txt, test_nemui.txt, test_onakasuita.txt, test_p.txt
Case Name Status Exec Time Memory
sample_01.txt AC 20 ms 11092 KB
sample_02.txt AC 21 ms 13140 KB
test_aaaaaaaaaa.txt AC 20 ms 11092 KB
test_myonmyon.txt AC 20 ms 9044 KB
test_nemui.txt AC 21 ms 13140 KB
test_onakasuita.txt AC 21 ms 11092 KB
test_p.txt AC 21 ms 11092 KB