摘要:
今年暑假不ACTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmitStatusDescription“今年暑假不AC?”“是的。”“那你干什么呢?”“看世界杯呀,笨蛋!”“@#$%^&*%…”确实如此,世... 阅读全文
摘要:
A -FatMouse' TradeTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionFatMouse prepared M pounds of cat food, rea... 阅读全文
摘要:
C++中*max_element(v.begin,v.end)找最大元素*min_element(v.begin,v.end)找最小元素。数组:#include#includeusing namespace std;int main(){ int a[]={0,1,2,3,4,5,6,7,8,... 阅读全文