摘要:
HDU ACM Steps RECORD Chapter 1 Section 1 暖手题 "1.1.1" A+B for Input Output Practice (I) "1.1.2" A+B for Input Output Practice (II) "1.1.3" A+B for Inpu 阅读全文
摘要:
快速排序 水仙花数(三位自幂数/阿姆斯特朗数) 普通筛素数(O(sqrt(n))) 递归求斐波那契数 谁用谁知道 Python: Index Of Modules The Zen Of Python ................ JSON转列表 `eval(json_data.replace(' 阅读全文
摘要:
简单数据类型:字符串型、布尔型、数值型 变量名可以包含数字、字母、下划线、$,但不能以数字开头,大小写敏感,不能是JavaScript关键字、避开保留字 //JavaScript保留字 break else new var case finally return void catch for swi 阅读全文
摘要:
1A 水题 然而看不仔细爆int了 c++ 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 int main(){ 5 double n, m, a; 6 cin >> n >> m >> a; 阅读全文