摘要: #include<bits/stdc++.h> using namespace std; int n,k; int main(){ int t; cin>>t; while(t--){ scanf("%d %d",&n,&k); if(n%4==0){ printf("%d %d %d\n",n/2 阅读全文
posted @ 2022-02-04 13:57 happycrazy 阅读(26) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> #define ll long long using namespace std; ll hc,hm,k,w,a,d,h,dc,dm,t; bool flag; void rec(){ } int main(){ cin>>t; while(t--){ 阅读全文
posted @ 2022-02-04 11:00 happycrazy 阅读(33) 评论(0) 推荐(0)