Submission #1603960


Source Code Expand

N = input()
if N==12:
    print 1
else:
    print N+1

Submission Info

Submission Time
Task A - 来月は何月?
User moritama1515
Language C++14 (GCC 5.4.1)
Score 0
Code Size 57 Byte
Status CE

Compile Error

./Main.cpp:1:1: error: ‘N’ does not name a type
 N = input()
 ^