Submission #3389635


Source Code Expand

using System;
class Program{
	static void Main(){
		int[] s=Array.ConvertAll(Console.ReadLine().Split(),int.Parse);
		Console.WriteLine(Math.Abs(s[0]-s[1])<2?"Brown":"Alice");
	}
}

Submission Info

Submission Time
Task D - Alice&Brown
User fgwiebfaoish
Language C# (Mono 4.6.2.0)
Score 0
Code Size 186 Byte
Status RE
Exec Time 22 ms
Memory 13140 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 500
Status
AC × 4
AC × 4
RE × 20
Set Name Test Cases
Sample 00-00.txt, 00-01.txt, 00-02.txt, 00-03.txt
All 00-00.txt, 00-01.txt, 00-02.txt, 00-03.txt, 01-00.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt, 01-14.txt, 01-15.txt, 01-16.txt, 01-17.txt, 01-18.txt, 01-19.txt
Case Name Status Exec Time Memory
00-00.txt AC 20 ms 11092 KB
00-01.txt AC 20 ms 11092 KB
00-02.txt AC 20 ms 13140 KB
00-03.txt AC 19 ms 11092 KB
01-00.txt RE 21 ms 10720 KB
01-01.txt RE 21 ms 12768 KB
01-02.txt RE 20 ms 8672 KB
01-03.txt RE 21 ms 12768 KB
01-04.txt RE 21 ms 10720 KB
01-05.txt RE 22 ms 10720 KB
01-06.txt RE 21 ms 10720 KB
01-07.txt RE 21 ms 10720 KB
01-08.txt RE 21 ms 12768 KB
01-09.txt RE 21 ms 10720 KB
01-10.txt RE 22 ms 12768 KB
01-11.txt RE 21 ms 10720 KB
01-12.txt RE 21 ms 8672 KB
01-13.txt RE 21 ms 10720 KB
01-14.txt RE 21 ms 10720 KB
01-15.txt RE 21 ms 12768 KB
01-16.txt RE 21 ms 10720 KB
01-17.txt RE 21 ms 10720 KB
01-18.txt RE 21 ms 8672 KB
01-19.txt RE 21 ms 10720 KB