摘要: #include <stdio.h> #include <cstring> using namespace std; int vis[10][10][10] = {0}; int a[10][10]; int turn(int x) { if(x%3==0) return x-2; if(x%3== 阅读全文
posted @ 2020-01-10 13:01 loenvom 阅读(312) 评论(0) 推荐(0) 编辑