摘要:
“答案正确”是自动判题系统给出的最令人欢喜的回复。本题属于 PAT 的“答案正确”大派送 —— 只要读入的字符串满足下列条件,系统就输出“答案正确”,否则输出“答案错误”。 得到“答案正确”的条件是: 现在就请你为 PAT 写一个自动裁判程序,判定哪些字符串是可以获得“答案正确”的。 输入格式: 每 阅读全文
摘要:
#include <stdio.h>#include<iostream>using namespace std;#define size 3 //define后面没有分号void input(int a[][size],int n);void output(int n); int whoiswin( 阅读全文