2022年3月23日
摘要: 今天写了写蓝桥杯的模拟题,比较懒,就写了第一个,其他的都是有想法 代码: #include<iostream> using namespace std; int main(){ int count=0; for(int i=0;i<=2020;i++){ if(i/1000==2){ count++ 阅读全文
posted @ 2022-03-23 22:26 付治齐吖 阅读(71) 评论(0) 推荐(0)