您的位置:首页 > 其它

POJ1657(Distance on Chessboard)

2009-05-31 16:35 183 查看
Distance on Chessboard

Time Limit: 1000MSMemory Limit: 10000K
Total Submissions: 12922Accepted: 4509
Description

国际象棋的棋盘是黑白相间的8 * 8的方格,棋子放在格子中间。如下图所示:

Problem: 1657
Memory: 288K Time: 0MS
Language: C++ Result: Accepted

* Source Code

#include <iostream>
#include <string>
#include <cstdlib>
#include <cmath>
using namespace std;

int main()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: