Submission #110759


Source Code Expand

using System;

namespace abc2_a
{
	class MainClass
	{
		public static void Main (string[] args)
		{
			var a = int.Parse(Console.ReadLine());
			var b = int.Parse(Console.ReadLine());
			if(a>b)
				Console.WriteLine(a);
			else
				Console.WriteLine(b);
		}
	}
}

Submission Info

Submission Time
Task A - 正直者
User fujiyama
Language C# (Mono 2.10.8.1)
Score 0
Code Size 279 Byte
Status RE
Exec Time 117 ms
Memory 5244 KB

Judge Result

Set Name all
Score / Max Score 0 / 100
Status
RE × 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 RE 110 ms 5144 KB
00_sample_02.txt RE 111 ms 5128 KB
kensho_diff01 RE 115 ms 5100 KB
kensho_diff02 RE 110 ms 5116 KB
kensho_diff03 RE 112 ms 5132 KB
kensho_diff04 RE 109 ms 5120 KB
kensho_diff05 RE 108 ms 5128 KB
kensho_min-max01 RE 112 ms 5116 KB
kensho_min-max02 RE 117 ms 5144 KB
kensho_min-max03 RE 112 ms 5128 KB
kensho_min-max04 RE 109 ms 5124 KB
kensho_min-max05 RE 114 ms 5128 KB
kensho_min-max06 RE 108 ms 5244 KB
kensho_min-max07 RE 108 ms 5128 KB
kensho_min-max08 RE 114 ms 5140 KB
kensho_min-max09 RE 110 ms 5128 KB
kensho_min-max10 RE 106 ms 5124 KB
kensho_rand01 RE 103 ms 5136 KB
kensho_rand02 RE 105 ms 5184 KB
kensho_rand03 RE 100 ms 5112 KB
kensho_rand04 RE 108 ms 5124 KB
kensho_rand05 RE 110 ms 5128 KB
kensho_rand06 RE 112 ms 5016 KB
kensho_rand07 RE 106 ms 5124 KB
kensho_rand08 RE 104 ms 5128 KB
kensho_rand09 RE 113 ms 5156 KB
kensho_rand10 RE 102 ms 5016 KB