摘要:
AC代码 include include include using namespace std; struct Sign { char SignInNumber[20]; int h, m, s; }earlist, least, temp; / struct Time { int h, m, s 阅读全文
摘要:
思路: 读取数组 计算边长 输出 AC代码 include include int const max_n = 85; using namespace std; int main() { ifdef ONLINE_JUDGE else freopen("1.txt", "r", stdin); en 阅读全文
摘要:
AC代码 include using namespace std; int main(){ int n = 0, m = 0; char a; scanf("%d %c", &n, &a); m = n%2==1?(n/2+1):(n/2); //printf("%d", m); for(int i 阅读全文
摘要:
AC代码 include include const int max_n = 3; using namespace std; / struct Bet { double W, T, L }bet[3]; void init() { for(int i = 0; i T)?(W L?W:L):(T L 阅读全文
摘要:
题目AC汇总 甲级AC PAT A1001 A+B Format (20 分) PAT A1002 A+B for Polynomials(25) PAT A1005 Spell It Right (20) PAT A1006 Sign In and Sign Out (25) PAT A1009 阅读全文