摘要:
[TOC] 1.2.1 描述 分别定义int,short类型的变量各一个,并依次输出它们的存储空间大小(单位:字节)。 cpp include include using namespace std; int main() { int a; short b; cout include using n 阅读全文
摘要:
题目背景 John的农场缺水了!!! 题目描述 Farmer John has decided to bring water to his N (1 <= N <= 300) pastures which are conveniently numbered 1..N. He may bring wa 阅读全文