摘要: #include<bits/stdc++.h> using namespace std; int main() { int first=1,second=1,third=1; for(int i=4;i<=20190324;i++){ int temp=(first+second+third)%10 阅读全文
posted @ 2021-04-12 17:34 南理工学渣 阅读(18) 评论(0) 推荐(0)