摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int c; cout<<"请输入你要判断的数:"<<endl; system("pause"); cin>>c; if(c%2==0||c%3==0 阅读全文
posted @ 2023-06-08 09:56 爱吃泡面的皮卡 阅读(40) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { float tang,shui,tangshui; tang=15*0.2; tangshui=tang/0.15; shui=tangshui-ta 阅读全文
posted @ 2023-06-08 09:23 爱吃泡面的皮卡 阅读(14) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int c,v,b; cout<<"请输入你你要反转的两位数:"<<endl; system("pause"); cin>>c; v=(c%10)*1 阅读全文
posted @ 2023-06-08 08:38 爱吃泡面的皮卡 阅读(35) 评论(0) 推荐(0)
摘要: #include <iostream> #include <iomanip> using namespace std; int main(int argc, char** argv) { float x,a,s; cout<<"请输入你三角形的低和高:"<<endl; system("pause") 阅读全文
posted @ 2023-06-08 08:38 爱吃泡面的皮卡 阅读(32) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int x=100,d=0; string a; cout<<"请想一个数"<<endl; system("pause"); cout<<"你猜的这个 阅读全文
posted @ 2023-06-07 18:20 爱吃泡面的皮卡 阅读(65) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int q=12,w=13,e=14,r=176,t=143,y=1111,u=123,i=134,o=234,p=354; int x=0; if( 阅读全文
posted @ 2023-06-07 08:41 爱吃泡面的皮卡 阅读(42) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { bool x,z,c,v,b,n,m; int a=0; x=z=c=v=b=n=m=true; z=!z; v=!v; n=!n; c=!c; n= 阅读全文
posted @ 2023-06-06 15:49 爱吃泡面的皮卡 阅读(10) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int x; int a; string d; cout<<"请输入一个字符,*,/,+,-"; cin>>d; cout<<"请输入第一个数字"; 阅读全文
posted @ 2023-06-06 15:22 爱吃泡面的皮卡 阅读(24) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int main(int argc, char** argv) 阅读全文
posted @ 2023-05-27 09:59 爱吃泡面的皮卡 阅读(38) 评论(0) 推荐(0)
摘要: 朱迪和狐尼克 #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = 阅读全文
posted @ 2023-05-26 20:28 爱吃泡面的皮卡 阅读(45) 评论(0) 推荐(0)