problemscpp
A collection of my answers to algorithm problems in c++.
|
AcWing 1801. 蹄子剪刀布 更多...
#include <acwing.h>
静态 Public 成员函数 | |
static int | main (istream &cin, ostream &cout) |
|
static |
< 1剪刀 2石头 3布
< 1剪刀 2布 3石头
< 1石头 2剪刀 3布
< 1布 2剪刀 3石头
< 1石头 2布 3剪刀
< 1布 2石头 3剪刀
在文件 acwing.cpp 第 2591 行定义.
被这些函数引用 acwing::TEST().