摘要:
一、SELECT basics/zh 1. 以顯示德國 Germany 的人口。 ~~~sql select population from world where name = 'Germany'; ~~~ 2. 查詢面積為 5,000,000 以上平方公里的國家,對每個國家顯示她的名字和人均國內 阅读全文
摘要:
C++基础,while循环与if判断实现的计算图形面积 1 #include <iostream> 2 3 int main() { 4 while (true){ 5 int input; 6 int r; 7 int len1; 8 int len2; 9 std::cout << "请输入您要 阅读全文