Submission #1176783


Source Code Expand

using System;
class A{
static void Main()
{
Console.WriteLine(Math.Sqrt(Math.Sqrt(ulong.Parse(Console.ReadLine()))));
}
}

Submission Info

Submission Time
Task B - エージェント高橋君
User rayhotate
Language C# (Mono 4.6.2.0)
Score 100
Code Size 127 Byte
Status AC
Exec Time 23 ms
Memory 11220 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 13
Set Name Test Cases
Sample example_0.txt, example_1.txt, example_2.txt
All example_0.txt, example_1.txt, example_2.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, random_5.txt, random_6.txt, random_7.txt, random_8.txt, random_9.txt
Case Name Status Exec Time Memory
example_0.txt AC 23 ms 11220 KB
example_1.txt AC 20 ms 11092 KB
example_2.txt AC 20 ms 11092 KB
random_0.txt AC 19 ms 9044 KB
random_1.txt AC 20 ms 9044 KB
random_2.txt AC 20 ms 11092 KB
random_3.txt AC 19 ms 9044 KB
random_4.txt AC 20 ms 11092 KB
random_5.txt AC 20 ms 9044 KB
random_6.txt AC 19 ms 9044 KB
random_7.txt AC 20 ms 9044 KB
random_8.txt AC 20 ms 11092 KB
random_9.txt AC 20 ms 11092 KB