Submission #4639982


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();
		sc.close();
		System.out.println(n % 12 + 1);
	}

}

Submission Info

Submission Time
Task A - 来月は何月?
User t_tomo
Language Java7 (OpenJDK 1.7.0)
Score 100
Code Size 213 Byte
Status AC
Exec Time 96 ms
Memory 22740 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 12
Set Name Test Cases
All test_1.txt, test_10.txt, test_11.txt, test_12.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt
Case Name Status Exec Time Memory
test_1.txt AC 94 ms 18900 KB
test_10.txt AC 95 ms 22740 KB
test_11.txt AC 95 ms 20820 KB
test_12.txt AC 95 ms 22612 KB
test_2.txt AC 95 ms 20948 KB
test_3.txt AC 95 ms 20948 KB
test_4.txt AC 94 ms 17108 KB
test_5.txt AC 96 ms 20948 KB
test_6.txt AC 95 ms 20820 KB
test_7.txt AC 95 ms 22740 KB
test_8.txt AC 95 ms 20948 KB
test_9.txt AC 94 ms 18900 KB