
C++
File Transfer
活人
蒟蒻
有梦想的咸鱼
展开
-
C++基础知识
关于C++语言的基础入门知识 关于作者 作者是个闲人,所以来讲一讲C++的事情。 关于C++ C++是一种常用的计算机编程语言 关于高级语言汇编语言,面向过程或结果什么的不重要 重点 C++是现在人们最适合上手的 存在错误逻辑 大佬用Pascal编出了C++ 大佬用C++编出了Python 大佬用Python编出了Scratch 人们学会了Scratch 人们回过去学了Pascal 按照这个逻...原创 2019-07-13 19:31:44 · 221 阅读 · 0 评论 -
hlj的快快编程题解库(会慢慢出来的)
总目录 卖牛奶先给代码再给讲解卖牛奶) 先给代码 #include <iostream> using namespace std; int main(){ int days; int d1=0,d2=0,d3=0,d4=0; int waste = 0; int stock = 0; cin>>days; int in,out...原创 2019-08-01 20:01:34 · 6468 阅读 · 9 评论 -
快快编程252(大盗的烦恼)
#include<iostream> #define N 2009 #define M 509 using namespace std; int n,m,f[N],w[M],x[M]; int main(){ cin>>n>>m; for(int i=1;i<=m;i++) cin>>w[i];//放m种金块重量 f[0]=0; for...原创 2019-08-03 18:55:31 · 1799 阅读 · 0 评论 -
洛谷题解跳转器(P1050——P1099)有空再加后面的
洛谷题解跳转站(P1050——P1099)救救孩子们吧!为了方便广大蒟蒻,做一个新的题解跳转器吧P1050——P1059P1060——P1069P1070——P1079P1080——P1089P1090——P1099就这些 上一页 下一页?,还没得! 救救孩子们吧! 为了方便广大蒟蒻,做一个新的题解跳转器吧 P1050——P1059 P1050 循环 P1051 谁拿了最多奖学金 P1052 过河...原创 2019-07-17 22:24:57 · 582 阅读 · 0 评论 -
洛谷题解跳转器(P1000——P1049)
救救孩子们吧! 为了方便广大蒟蒻,做一个题解跳转器吧 P1000——P1009 P1000 超级玛丽游戏 P1001 A+B Problem P1002 过河卒 P1003 铺地毯 P1004 方格取数 P1005 矩阵取数游戏 P1006 传纸条 P1007 独木桥 P1008 三连击 P1009 阶乘之和 P1010——P1019 P1010 幂次方 P1011 车站 P1012 拼数 P10...原创 2019-07-16 20:35:04 · 649 阅读 · 1 评论 -
简析洛谷A+B problem题解
这是篇水文 本文主要讲述洛谷神犇们如何解决A+B problem 虽然本人没那么睿智 但是我和他们一样闲 为了使正文显目, 举个著名的例子 #include<iostream> #include<cstring> #include<cstdio> #include<cstring> using namespace std; struct node ...原创 2019-07-13 20:38:07 · 1519 阅读 · 0 评论 -
快快编程523(字节)
#include #include<string.h> using namespace std; int main() { char t; long long ans; cin>>ans>>t; if(t==‘B’){ cout<<ans; } if(t==‘K’){ cout<<ans1024; } if(t==‘M’){ cout&...原创 2019-09-28 20:31:57 · 1801 阅读 · 0 评论