Submission #4066564


Source Code Expand

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

class Program {
	static void Main(string[] args) {
		int n = int.Parse(Console.ReadLine());
		if (n == 12) {
			Console.WriteLine("1");
		} else {
			Console.WriteLine(n + 1);
		}
	}
}

Submission Info

Submission Time
Task A - 来月は何月?
User nc201806
Language C# (Mono 4.6.2.0)
Score 100
Code Size 318 Byte
Status AC
Exec Time 20 ms
Memory 11092 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 20 ms 9044 KB
test_10.txt AC 20 ms 9044 KB
test_11.txt AC 20 ms 11092 KB
test_12.txt AC 19 ms 9044 KB
test_2.txt AC 20 ms 11092 KB
test_3.txt AC 20 ms 11092 KB
test_4.txt AC 20 ms 11092 KB
test_5.txt AC 20 ms 11092 KB
test_6.txt AC 19 ms 9044 KB
test_7.txt AC 19 ms 9044 KB
test_8.txt AC 20 ms 11092 KB
test_9.txt AC 20 ms 9044 KB