摘要: A #include<stdio.h> #include<math.h> int main() { int t; scanf("%d",&t); while(t--){// 记得思考一下t--为啥是对的 int a,b,c; // 输入格式都是a+b=c,所以可以在scanf中手动填上+号和=号来进 阅读全文
posted @ 2024-10-26 13:10 Qquun 阅读(26) 评论(0) 推荐(0)