Submission #186764


Source Code Expand

#include <iostream>
#include <string>
#include <array>
#include <vector>
#include <queue>
#include <stack>
#include <list>
#include <set>
#include <map>
#include <algorithm>
#include <cmath>

#define FOR(i, a, b) for(decltype(b) i = (a); i < (b); ++i)
#define REP(i, n) FOR(i, 0, n)

typedef long long ll;
typedef unsigned long long ull;
typedef unsigned int uint;

using namespace std;

int main()
{
	int n;

	cin >> n;

	cout << (n == 12 ? 1 : n + 1) << endl;

	return 0;
}

Submission Info

Submission Time
Task A - 来月は何月?
User Ryosuke839
Language C++11 (GCC 4.8.1)
Score 100
Code Size 507 Byte
Status AC
Exec Time 27 ms
Memory 928 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 19 ms 800 KB
test_10.txt AC 21 ms 796 KB
test_11.txt AC 21 ms 800 KB
test_12.txt AC 20 ms 800 KB
test_2.txt AC 20 ms 928 KB
test_3.txt AC 20 ms 672 KB
test_4.txt AC 20 ms 800 KB
test_5.txt AC 19 ms 796 KB
test_6.txt AC 27 ms 800 KB
test_7.txt AC 20 ms 916 KB
test_8.txt AC 20 ms 804 KB
test_9.txt AC 21 ms 800 KB