Codeforces 97D Robot in Basement bitset+模拟
题目链接:点击打开链接题意:每个点有一个机器人(.),下面是一些指令,每次发出指令(一个字母)所有机器人都会执行移动。当机器人到E点就会离开。若机器人前方是'#' 或者边界则停留原地。一个方格可以站多个机器人。bitset模拟。。#include #include #include #include using namespace std;char