摘要:
AC代码 阅读全文
摘要:
课本AC代码 自己写的, 一个错误,找了几个小时找不到 阅读全文
摘要:
AC代码 include include using namespace std; char flag = 0; //判断付钱数是否大于价格 struct Money { int Galleon, Sickle, Knut; } price, pay, temp, sub; void init() 阅读全文
摘要:
课本AC代码 include include const int nowyear = 2014; const int nowmonth = 9; const int nowday = 6; const int oldyear = 2014 200; struct People { char name 阅读全文