Submission #187202


Source Code Expand

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

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            int N = int.Parse(Console.ReadLine());
            Console.WriteLine((N + 1) % 12);
        }
    }
}

Submission Info

Submission Time
Task A - 来月は何月?
User michelin01jp
Language C# (Mono 2.10.8.1)
Score 0
Code Size 339 Byte
Status WA
Exec Time 148 ms
Memory 7816 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
AC × 11
WA × 1
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 148 ms 7696 KB
test_10.txt AC 137 ms 7816 KB
test_11.txt WA 136 ms 7700 KB
test_12.txt AC 134 ms 7712 KB
test_2.txt AC 135 ms 7684 KB
test_3.txt AC 134 ms 7712 KB
test_4.txt AC 136 ms 7704 KB
test_5.txt AC 135 ms 7704 KB
test_6.txt AC 134 ms 7700 KB
test_7.txt AC 133 ms 7720 KB
test_8.txt AC 130 ms 7760 KB
test_9.txt AC 137 ms 7688 KB