猫史档案馆


༺追梦の人༻

༺追梦の人༻

Lv.1

这个人脑袋空空,不知道该写些什么

获赞:906收藏:645浏览:12893作品收藏:73

签名:因假期事务繁多,恐无时以创作 可以加我skype:https://join.skype.com/invite/q76JhA0dh6ca

回复帖子评论
上一页5 页 / 共 14下一页

谁是学Python的 中回复

我学这个:

#include<bits.stdc++.h>
using namespace std;
int main(){
    cout<<"hello,this is a c++ program"<<endl;
    return 0;
}

2022-07-18T10:46:06 点赞:0

谁是学Python的 中回复

不对,这谁刨的坟???!!!

2022-07-18T10:46:48 点赞:0

相当基础的C++小技巧1 中回复

这。。。

我都知道

2022-07-19T13:09:31 点赞:0

用一词(字)形容你的头像 中回复

乌云

2022-07-20T15:31:19 点赞:0

在桌面养一只宠物 中回复

快把你们的鹅晒出来吧!

2022-07-20T15:56:07 点赞:0

在桌面养一只宠物 中回复

center_image

2022-07-20T15:56:18 点赞:0

在桌面养一只宠物 中回复

鹅,这好像发错了,Windows使用:

倒也差不多

就是终端等不能用

没有设置

仅此而已

 

2022-07-20T16:00:36 点赞:0

聊天交友帖 中回复

你们谁有桌宠

2022-07-21T07:38:20 点赞:0

测我的知名度 中回复

4 5

2022-07-21T07:41:09 点赞:0

聊天交友帖 中回复

真**没人??????

2022-07-21T07:43:37 点赞:0

编程猫又有什么大问题 中回复

center_image

2022-07-21T09:49:27 点赞:0

编程猫又有什么大问题 中回复

我也遇到过

2022-07-21T09:58:08 点赞:0

编程猫又有什么大问题 中回复

https://shequ.codemao.cn/community/462498

2022-07-21T09:58:44 点赞:1

聊天交友帖 中回复

谁有桌面宠物??

2022-07-21T16:48:37 点赞:0

聊天交友帖 中回复

有人吗

2022-07-21T17:26:56 点赞:0

聊天交友帖 中回复

此人暂时无法聊天(各种原因) 如果此评论被删,则可以聊天,帖主请不要删

2022-07-21T17:39:20 点赞:0

谁能解释一下 中回复

电脑风扇起来,蓝屏,爆炸,磁盘损坏,内存报废。。。。显卡报废,电脑报废,几千元消失了。

2022-07-22T10:12:23 点赞:2

谁能解释一下 中回复

??给我踢出去了

2022-07-22T11:02:30 点赞:0

一个游戏(没有新意) 中回复

意外的旅客

2022-07-24T20:45:37 点赞:1

一个游戏(没有新意) 中回复

作者。。。我打出来是    说这句话不到位    ??

2022-07-24T20:46:54 点赞:1

代码接龙(C++频道) 中回复

#include<iostream>
#include <algorithm>
#include <vector>
#include<cstdlib>
#include<string>

using namespace std;

bool compare(int a,int b){
	return a > b;
}
int bi(int a,int b){
    return a>b? a:b;
}
	
vector<int> sortA;
int a(int x){
    x+=1;
    cout << x << "你已进入递归循环";
    a(x);
}
int main(){
	
	int m = 0; 
	
    for(int i=1;i<=100;i++){
        if(i%3==0)
            continue;
        cout<<i<<endl;
    }
    while(false){
        cout<<"无限循环ing...,哈哈";
        m++;
        if (m >= 10){
			break;
		}
    }
    
    cout <<endl << "你这c++接龙不起来啊(悲" <<endl;
    cout << "排个序吧("<<endl<<"输入数据个数-->";
    
    int cc;
    int cur;
    cin >> cc;
	cout << "输入数据->";
    for (int i = 0; i < cc; i++){
		cin >> cur;
		sortA.push_back(cur);
	}
    sort(sortA.begin(),sortA.end(),compare);
    
    cout << "输出-->";
    for (int i = 0;  i < sortA.size(); i++){
		cout << sortA.at(i) << " ";
	}
    cout << endl;
    int i,a[4],ans;
	string t[4];
	t[0]="1,2,3,4,5,6,7";
	t[1]="1,3,5,7";
	t[2]="2,3,6,7";
	t[3]="4,5,6,7";
	cout<<"读心术猜数......"<<endl;
	cout<<"请你在下面几个数中选一个并记下来"<<endl;
	cout<<t[0]<<endl;
	system("pause");
	for(i=1;i<=3;i++){
		system("cls");
		cout<<"第"<<i<<"问:下面的数有你想的那个吗?0:没有,1:喵<<endl;
		cout<<t[i]<<endl;
		do{
			cin>>a[i];
		}while(a[i]<0||a[i]>1);
	}
	ans=4*a[3]+2*a[2]+a[1];
	system("cls");
	cout<<"你想的数是:";
	cout<<ans<<endl;
    a(1);
    int h,m;
    cin>>h>>m;
    bi(h,m)
    return 0;
    
}

2022-07-25T07:09:38 点赞:0

【Python】大伙都用的是什么编译器? 中回复

pycharm

2022-07-26T14:54:01 点赞:0

问你们个问题 中回复

Windows10家庭版,预计1周内会添加一个Linux Ubuntu系统

2022-07-26T15:03:33 点赞:1

【F12】F12修改积木教程 中回复

如果win10  按 win+G 开启自带录像功能

2022-07-26T15:11:45 点赞:2

《十万个为什么》 中回复

世界上为什么会有那么多学科,什么地理、历史、化学、物理。。。。。。。??

2022-07-27T08:01:58 点赞:0

《十万个为什么》 中回复

为什么没人点进来????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

                                                                                    

2022-07-27T08:20:58 点赞:0

【小游戏】把楼下的上线时间打出来 中回复

???

2022-07-27T08:52:12 点赞:0

“^”居然也是一个运算符?)( 中回复

数学上是乘方,编程上是异或

2022-07-27T11:58:59 点赞:0

“^”居然也是一个运算符?)( 中回复

我还告诉你这也是一个运算符呢

mod  log 

2022-07-27T11:59:55 点赞:0

[Rust]hashmap(哈希表/哈希映射) 中回复

额,再出一个二叉搜索树的教程

2022-07-27T12:01:21 点赞:0