Submission #187001


Source Code Expand

// AtCoderBeginner011.cpp : メイン プロジェクト ファイルです。

#include "stdafx.h"
#include <iostream>
using namespace System;
using namespace std;

int main(array<System::String ^> ^args)
{
	int s;
	cin >> s;
	if ( s == 12 ) {
		cout << 1;
	} else {
		cout << s + 1;
	}
}

Submission Info

Submission Time
Task A - 来月は何月?
User ValGrowth
Language C++ (G++ 4.6.4)
Score 0
Code Size 307 Byte
Status CE

Compile Error

./Main.cpp:3:20: fatal error: stdafx.h: No such file or directory
compilation terminated.