Submission #110712


Source Code Expand

using System;

namespace _01
{
    class Program
    {
        static void Main(string[] args)
        {
            string[] tmp = Console.ReadLine().Split(new char[] { ' ' });
            long aa = long.Parse(tmp[0]);
            long bb = long.Parse(tmp[1]);

            string ans = aa > bb ? aa + "" : bb + "";
            Console.WriteLine(ans);
        }
    }
}

Submission Info

Submission Time
Task A - 正直者
User teporz
Language C# (Mono 2.10.8.1)
Score 100
Code Size 388 Byte
Status AC
Exec Time 288 ms
Memory 7836 KB

Judge Result

Set Name all
Score / Max Score 100 / 100
Status
AC × 27
Set Name Test Cases
all 00_sample_01.txt, 00_sample_02.txt, kensho_diff01, kensho_diff02, kensho_diff03, kensho_diff04, kensho_diff05, kensho_min-max01, kensho_min-max02, kensho_min-max03, kensho_min-max04, kensho_min-max05, kensho_min-max06, kensho_min-max07, kensho_min-max08, kensho_min-max09, kensho_min-max10, kensho_rand01, kensho_rand02, kensho_rand03, kensho_rand04, kensho_rand05, kensho_rand06, kensho_rand07, kensho_rand08, kensho_rand09, kensho_rand10
Case Name Status Exec Time Memory
00_sample_01.txt AC 141 ms 7728 KB
00_sample_02.txt AC 137 ms 7692 KB
kensho_diff01 AC 136 ms 7740 KB
kensho_diff02 AC 149 ms 7772 KB
kensho_diff03 AC 142 ms 7772 KB
kensho_diff04 AC 261 ms 7696 KB
kensho_diff05 AC 171 ms 7728 KB
kensho_min-max01 AC 161 ms 7696 KB
kensho_min-max02 AC 254 ms 7696 KB
kensho_min-max03 AC 234 ms 7696 KB
kensho_min-max04 AC 247 ms 7764 KB
kensho_min-max05 AC 220 ms 7796 KB
kensho_min-max06 AC 141 ms 7716 KB
kensho_min-max07 AC 140 ms 7732 KB
kensho_min-max08 AC 142 ms 7668 KB
kensho_min-max09 AC 139 ms 7700 KB
kensho_min-max10 AC 270 ms 7728 KB
kensho_rand01 AC 193 ms 7708 KB
kensho_rand02 AC 197 ms 7704 KB
kensho_rand03 AC 288 ms 7712 KB
kensho_rand04 AC 178 ms 7708 KB
kensho_rand05 AC 227 ms 7676 KB
kensho_rand06 AC 213 ms 7708 KB
kensho_rand07 AC 255 ms 7704 KB
kensho_rand08 AC 222 ms 7836 KB
kensho_rand09 AC 187 ms 7680 KB
kensho_rand10 AC 152 ms 7672 KB