結果

問題 No.331 CodeRunnerでやれ
ユーザー FF256grhyFF256grhy
提出日時 2015-12-25 08:45:08
言語 C++11
(gcc 11.4.0)
結果
AC  
実行時間 334 ms / 5,000 ms
コード長 611 bytes
コンパイル時間 148 ms
コンパイル使用メモリ 22,912 KB
実行使用メモリ 25,232 KB
平均クエリ数 280.00
最終ジャッジ日時 2024-07-16 22:46:15
合計ジャッジ時間 6,496 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 197 ms
25,232 KB
testcase_01 AC 178 ms
25,232 KB
testcase_02 AC 217 ms
25,232 KB
testcase_03 AC 218 ms
24,976 KB
testcase_04 AC 199 ms
24,836 KB
testcase_05 AC 188 ms
24,580 KB
testcase_06 AC 220 ms
24,976 KB
testcase_07 AC 243 ms
24,580 KB
testcase_08 AC 227 ms
25,232 KB
testcase_09 AC 302 ms
24,836 KB
testcase_10 AC 292 ms
24,964 KB
testcase_11 AC 227 ms
25,232 KB
testcase_12 AC 237 ms
24,820 KB
testcase_13 AC 278 ms
25,220 KB
testcase_14 AC 309 ms
24,848 KB
testcase_15 AC 309 ms
24,580 KB
testcase_16 AC 334 ms
24,836 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>

#define FS fflush(stdout); scanf("%s", s);
#define R printf("R\n"); FS r = (r + 1) % 4;
#define L printf("L\n"); FS r = (r + 3) % 4;
#define F printf("F\n"); FS x += dx[r]; y += dy[r]; if(s[0] == 'M') { return 1; }

int f[38][38], x, y, r;
int dx[4] = { 1, 0, -1,  0 };
int dy[4] = { 0, 1,  0, -1 };
char s[17];

int p(void) {
	f[x][y] = 1;
	R
	
	int i;
	for(i = 0; i < 3; i++) {
		if(s[0] != '0' && f[ x + dx[r] ][ y + dy[r] ] == 0) {
			F
			if( p() ) { return 1; }
			R
		} else {
			L
		}
	}
	
	F
	
	return 0;
}

int main(void) {
	int n;
	x = y = 19;
	scanf("%s", s);
	p();
	return 0;
}
0