试场专题

rqn 137 找试场(模拟)

题目连接:http://www.rqnoj.cn/Problem_137.html 解题思路:模拟,水题一道,看代码。 #include <stdio.h>#include <string.h>const int N = 10;const int r[] = {1, 2, 3, 0};const int l[] = {3, 0, 1, 2};int n;char order[N]