Submission #512127


Source Code Expand

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

namespace CF2015
{
    class Program
    {
        static void Main(string[] args)
        {
            //A
            int a, b, c;
            //a = int.Parse(Console.ReadLine());
            //string[] str = Console.ReadLine().Split(' ');
            string str = Console.ReadLine();
            str = str.Replace("2014", "2015");
            Console.WriteLine(str);
            //b = int.Parse(str[0]); 
            //c = int.Parse(str[1]);
            //Console.Write("改行なし a = {0} b = {1} c = {2}", a, b, c);
            //Console.WriteLine("改行あり a = {0} b = {1} c = {2}", a, b, c);
        }
    }
}

Submission Info

Submission Time
Task A - CODE FESTIVAL 2015
User aki_87
Language C# (Mono 3.2.1.0)
Score 100
Code Size 767 Byte
Status AC
Exec Time 106 ms
Memory 8500 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 7
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
Case Name Status Exec Time Memory
01-01.txt AC 103 ms 8500 KiB
01-02.txt AC 104 ms 8496 KiB
01-03.txt AC 102 ms 8484 KiB
01-04.txt AC 105 ms 8448 KiB
01-05.txt AC 106 ms 8496 KiB
sample-01.txt AC 102 ms 8500 KiB
sample-02.txt AC 102 ms 8448 KiB