上一页 1 ··· 14 15 16 17 18
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { /*int a,b,c; cin>>a>>b>>c; if(a==b&&a==c&&b==c){ cout<<"这个三角形是等边三角形"; }else 阅读全文
posted @ 2023-05-20 09:01 爱吃泡面的皮卡 阅读(49) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2023-04-16 10:00 爱吃泡面的皮卡 阅读(25) 评论(0) 推荐(0)
摘要: #include <iostream>#include <string>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(int argc, char** argv) { bool con = mc.ConnectMi 阅读全文
posted @ 2023-03-18 18:35 爱吃泡面的皮卡 阅读(19) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.m 阅读全文
posted @ 2023-03-17 19:55 爱吃泡面的皮卡 阅读(39) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2023-03-12 09:59 爱吃泡面的皮卡 阅读(33) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <title>皮肤库</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css 阅读全文
posted @ 2023-03-04 17:08 爱吃泡面的皮卡 阅读(20) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <title>1</title> </head> <dody> <h3 align="center"><b>必吃美食</b></h3> <table alian="center"cellpading="10"style="border:do 阅读全文
posted @ 2023-03-03 20:25 爱吃泡面的皮卡 阅读(15) 评论(0) 推荐(0)
摘要: #include <iostream> #include <iomanip> using namespace std; int main(int argc, char** argv) { int r; float z=0; float n; cin>>r; for(int i=0;i<r;i++){ 阅读全文
posted @ 2023-02-03 10:24 爱吃泡面的皮卡 阅读(31) 评论(0) 推荐(0)
摘要: #include <iostream> #include <iomanip> using namespace std; int main(int argc, char** argv) { int renshu; float zongnianling=0; float nianling; cin>>r 阅读全文
posted @ 2023-02-02 17:49 爱吃泡面的皮卡 阅读(31) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int m; int n; int d; int t; cin>>m>>n; for(int i=0;i<n;i++){ cin>>d; if(d<= 阅读全文
posted @ 2023-02-01 18:08 爱吃泡面的皮卡 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18