【poj】2996---Help Me with the Game / 2993---Emag eht htiw Em Pleh
题目链接
最近开始刷poj了,这道题非常有意思,题意不难,把国际象棋棋盘上的棋子按照顺序输出,之前觉得这道题很麻烦,不过中途突发奇想用了一些打表把代码写的很简单。
# include <cstdio>
# include <algorithm>
using namespace std;
typedef pair<int , int> P;
const ...
原创
2018-06-07 19:41:29 ·
252 阅读 ·
0 评论