摘要:
一年没动算法的蒻蒟随手点开了之前做过的一道【近似排序】,然后开始了,恢复之旅...... TFLSOJ【近似排序】 看到题目经简单分析后先写出了一种傻瓜解法,(可能叫 暴力??) #include<bits/stdc++.h> using namespace std; int x,y; int a[ 阅读全文
摘要:
基本框架 void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: } PINMODE: pinMode ()函数: 阅读全文