摘要: A 签到题? 读题目,注意到α和β的值都为一,现要求二者相加的值(经典线性求和),输出2即可 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main() 4 { 5 cout<<2; 6 return 0; 7 } B 数数数数数组 想 阅读全文
posted @ 2025-12-16 22:12 河南工业大学算法协会 阅读(74) 评论(0) 推荐(0)