git创建仓库及上传新项目 摘要:1、新建仓库: 登录到gitee,点击头像旁边的+,选择:新建仓库 输入仓库的名称与路径(路径随便写),选择是否开源,点击创建即可。2、上传文件 找到想要上传的文件夹,鼠标右键点击空…… 文章列表 2024年12月06日 0 点赞 0 评论 147 浏览 评分:0.0
题目 1001: [编程入门]第一个HelloWorld程序 摘要:#include<iostream>using namespace std;int main(){ printf("**************************\n"); prin…… 文章列表 2024年11月30日 0 点赞 0 评论 459 浏览 评分:9.9
题目 1008: [编程入门]成绩评定 摘要:#include<iostream> using namespace std; int main(){ int n; cin>>n; if(n>=90){ …… 文章列表 2024年11月28日 0 点赞 0 评论 350 浏览 评分:9.9
题目 1006: [编程入门]三个数找最大值 摘要:#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a>b…… 文章列表 2024年11月28日 0 点赞 0 评论 352 浏览 评分:6.7
曹茂麟喜欢没魔根枪瑞 摘要:#include <stdio.h>int main(){ char a[100]; int i,s ; for(i=0;i<=99;i++) { scanf("%c",&i[a]); for(s…… 文章列表 2024年11月27日 4 点赞 3 评论 409 浏览 评分:4.9
根本看不懂 摘要:#include<bits/stdc++.h>using namespace std;int main(){ string sit="1+4*3+1"; int ans=0; stack<int>a…… 文章列表 2024年11月25日 0 点赞 0 评论 336 浏览 评分:0.0
题目 1034: [编程入门]自定义函数之数字分离 摘要:#include#includeusing namespace std;void blank(char *a,char *b){ int la=strlen(a); int lb=2*la-1; fo…… 文章列表 2024年11月24日 0 点赞 0 评论 322 浏览 评分:9.9