UVa 227 Puzzle
原题地址
Puzzle - UVA 227 - Virtual Judgehttps://vjudge.net/problem/UVA-227
解题思路
模拟,注意细节
AC代码
#include<iostream>
#include<cstdio>
#include<cstring>
using namespace std;
int main(){
//freopen("1.out","w",stdout);
string c[10];
//cin&.
原创
2021-11-01 15:35:13 ·
148 阅读 ·
0 评论