Submission #480575


Source Code Expand

import java.util.*;
public class Main {
	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
		int N=sc.nextInt();
		if(N>=60 && 89>=N) System.out.println("Good");
		else if(N>=90 && 99>=N) System.out.println("Great");
		else if(N==100) System.out.println("Perfect");
		else System.out.println("Bad");
	}
}

Submission Info

Submission Time
Task A - テスト評価
User u_dequeue9
Language Java (OpenJDK 1.7.0)
Score 100
Code Size 344 Byte
Status AC
Exec Time 386 ms
Memory 23944 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 4
AC × 19
Set Name Test Cases
Sample example_0.txt, example_1.txt, example_2.txt, example_3.txt
All example_0.txt, example_1.txt, example_2.txt, example_3.txt, handmade_0.txt, handmade_1.txt, handmade_2.txt, handmade_3.txt, handmade_4.txt, handmade_5.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, example_0.txt, example_1.txt, example_2.txt, example_3.txt
Case Name Status Exec Time Memory
example_0.txt AC 377 ms 23940 KiB
example_1.txt AC 386 ms 23932 KiB
example_2.txt AC 375 ms 23816 KiB
example_3.txt AC 372 ms 23820 KiB
handmade_0.txt AC 380 ms 23944 KiB
handmade_1.txt AC 377 ms 23824 KiB
handmade_2.txt AC 375 ms 23940 KiB
handmade_3.txt AC 376 ms 23908 KiB
handmade_4.txt AC 379 ms 23900 KiB
handmade_5.txt AC 378 ms 23844 KiB
random_0.txt AC 383 ms 23828 KiB
random_1.txt AC 376 ms 23816 KiB
random_2.txt AC 372 ms 23828 KiB
random_3.txt AC 375 ms 23824 KiB
random_4.txt AC 376 ms 23864 KiB