随笔- 75
文章- 0
评论- 2
阅读-
2522
随笔分类 - c++
c++
文件流 结构体
摘要:#include <iostream> #include <cstdio> using namespace std; struct no{ string name; int age; string blc; int shengao; int tizhong; }; int main(int argc
阅读全文
平台上的小球
摘要:#include <iostream> using namespace std; int main() { int N; cin>>N; int H[1001],L[1001],R[1001]; for(int i=1;i<=N;i++){ cin>>H[i]>>L[i]>>R[i]; } for(
阅读全文
02 幽灵粒子
摘要:#include <iostream> using namespace std; int main() { int N,L,maxx = 0,minn = 0; cin>>N>>L; int a[N],b[N][2]; for(int i = 0;i<3;i++){ cin>>a[i]; maxx
阅读全文
派大星
摘要:#include <iostream> #include <string> #include "Windows.h" #include "minecraft.h" TxMinecraft mc; using namespace std; int main(int argc, char** argv)
阅读全文
解密 加密
摘要:/*#include <iostream> using namespace std; int main(int argc, char** argv) { string a; cin>>a; for(int i=0;i<a.size();i++){ char b=a[i]; int c=b; cout
阅读全文