Submission #542375
Source Code Expand
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace A
{
class Program
{
static void Main(string[] args)
{
string s=Console.ReadLine();
Console.WriteLine(s + s);
}
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Double String |
| User | toikage |
| Language | C# (Mono 3.2.1.0) |
| Score | 100 |
| Code Size | 274 Byte |
| Status | AC |
| Exec Time | 127 ms |
| Memory | 8500 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt |
| All | sample-01.txt, sample-02.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | AC | 123 ms | 8492 KiB |
| 01-02.txt | AC | 123 ms | 8500 KiB |
| 01-03.txt | AC | 127 ms | 8444 KiB |
| 01-04.txt | AC | 123 ms | 8492 KiB |
| 01-05.txt | AC | 122 ms | 8480 KiB |
| 01-06.txt | AC | 122 ms | 8488 KiB |
| sample-01.txt | AC | 121 ms | 8492 KiB |
| sample-02.txt | AC | 124 ms | 8468 KiB |