TopCoder

User's AC Ratio

0.0% (0/25)

Submission's AC Ratio

0.0% (0/414)

Tags

Description

大作業一:黑白棋

本題有 20 筆測資,每一筆都代表一盤棋。前 10 個測資的對手是 easy_AI,而後 10 個測資的對手是 medium_AI。對於每筆測資,若同學能獲得 AC,則代表該局獲勝,獲得 WA 則反之。

在上傳時,請在程式開頭加入:

#include "lib1012.h"

然後是你實作的 agent 函式:

string agent() {
    // your code
}

上傳範例:(建議不要修改前三行)

#include "lib1012.h"
#include <bits/stdc++.h>
using namespace std;

string agent() {
    return "sprout";
}

Input Format

Output Format

Hints

Problem Source

Subtasks

No. Testdata Range Score

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 3000 65536 65536
1 3000 65536 65536
2 3000 65536 65536
3 3000 65536 65536
4 3000 65536 65536
5 3000 65536 65536
6 3000 65536 65536
7 3000 65536 65536
8 3000 65536 65536
9 3000 65536 65536
10 3000 65536 65536
11 3000 65536 65536
12 3000 65536 65536
13 3000 65536 65536
14 3000 65536 65536
15 3000 65536 65536
16 3000 65536 65536
17 3000 65536 65536
18 3000 65536 65536
19 3000 65536 65536