摘要: #include <bits/stdc++.h> #include <windows.h> #include <conio.h>//控制台输入输出头文件 using namespace std; int main(){ HANDLE handle=GetStdHandle(STD_OUTPUT_HA 阅读全文
posted @ 2024-04-13 15:52 fushuxuan1 阅读(16) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <windows.h> #include <conio.h>//控制台输入输出头文件 using namespace std; int main(){ HANDLE handle=GetStdHandle(STD_OUTPUT_HA 阅读全文
posted @ 2024-04-13 15:08 fushuxuan1 阅读(21) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int x,p1=0,p2=0,p3=0; cin>>x; p1=x/4; switch(x%4){ case 1:p1--;p2++;break; case 2:p1--;p3++; 阅读全文
posted @ 2024-04-13 14:32 fushuxuan1 阅读(19) 评论(0) 推荐(0)