随笔分类 -  C++

摘要:#include <iostream> using namespace std; int main(int argc, char** argv) { for(int i=1;i<=9;i++){ for(int j=1;j<=i;j++){ cout<<j<<"*"<<i<<"="<<j*i<<" 阅读全文
posted @ 2022-11-25 18:43 fushuxuan1 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-02 15:03 fushuxuan1 阅读(11) 评论(0) 推荐(0)
摘要:#include <iostream>#include <string>#include <windows.h>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(int argc, char** argv) { //连 阅读全文
posted @ 2022-10-02 14:34 fushuxuan1 阅读(55) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2022-09-12 11:46 fushuxuan1 阅读(0) 评论(0) 推荐(0)
摘要:#include <iostream>#include <string>#include "minecraft.h"using namespace std;int mian(int argc, char** argv){ TxMinecraft tongxin; tongxin.ConnectMin 阅读全文
posted @ 2022-09-12 11:40 fushuxuan1 阅读(30) 评论(0) 推荐(0)