Submission #1606669


Source Code Expand

import java.util.Scanner;
class Main
{
    static void main()
    {
        Scanner sc=new Scanner(System.in);
        System.out.print("Enter the integers: ");
        int number=sc.nextInt();
        if(number%4==0)
        System.out.println("YES");
        else
        System.out.println("NO");
    }
}

Submission Info

Submission Time
Task A - RGB Cards
User vjudge5
Language Java7 (OpenJDK 1.7.0)
Score 0
Code Size 307 Byte
Status RE
Exec Time 83 ms
Memory 20692 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
RE × 2
RE × 7
Set Name Test Cases
Sample s1.txt, s2.txt
All in1.txt, in2.txt, in3.txt, in4.txt, in5.txt, s1.txt, s2.txt
Case Name Status Exec Time Memory
in1.txt RE 80 ms 18644 KB
in2.txt RE 82 ms 18644 KB
in3.txt RE 82 ms 18644 KB
in4.txt RE 83 ms 20692 KB
in5.txt RE 82 ms 18900 KB
s1.txt RE 81 ms 18900 KB
s2.txt RE 82 ms 20692 KB