火车进站吧
关注: 16 贴子: 144

  • 目录:
  • 其他
  • 1
    #include <iostream> #include <math.h> using namespace std; struct xy { double x; double y; }; /* 计算两点距离的函数 */ static in
  • 1
    #include <iostream> #include <string> #include <vector> using namespace std; int main() { string str; getline(cin,str); in
  • 0
    #include <iostream> using namespace std; int life[1000][1000] = {0}; int r[1000][1000] = {0}; void fun(int i,int j,int tmp) { if(life[
  • 1
    #include <iostream> using namespace std; int main() { int n,t,c; cin>>n>>t>>c; int k; int num[100]; int count=0; int
    sbchz 9-12
  • 5
    麦舒宁 2015-09
    肥哒肥哒
  • 3
    安安,今晚怎么睡
  • 0
    麦舒宁 2015-09
    8号华为机试。。。
    麦舒宁 9-7
  • 0
    #include <iostream> #include <string> #include "math.h" using namespace std; const int maxn = 100; const int maxint =
  • 0
    #include <iostream> using namespace std; int main() { int a, count=0; cin>>a; char ch[50]; itoa(a,ch,2); for(int i=0;i<strlen
  • 0
    #include<iostream> #include<string> using namespace std; int main() { string str; getline(cin,str); int len=str.size(); string s
  • 0
    如图。。。代码贴出来
  • 0
    #include<stdlib.h> #include<stdio.h> #include<string.h> #include<iostream> using namespace std; int time=0; int dize
  • 0
    哈喽大家好
  • 0
    #include<iostream> #include<string> using namespace std; int main() { int a; char * str = new char[256]; cin >> a; cin &gt
    mykof 7-31
  • 0
    #include<string> #include<iostream> using namespace std; int totalCount; void GetWord(char *input, int start) { for(int i = star
    mykof 7-25
  • 1
    mykof 2014-07
    #include <iostream> #include <string> #include <cctype> using namespace std; int GetANum(string in,int *start) { string te
    mykof 7-15
  • 1
    哥德巴赫猜想描述: 哥德巴赫猜想:任何一个>=6的偶数,都可以表示成二个素数之和。请编写程序验证任意给出一个2000以内的大于6的偶数是否符合哥德
  • 1
    描述: 时间差计算函数,返回两时间的差整数(以秒为单位,time2减time1的整数值) 题目类别:基于输入输出,语言基础,字符串,循环,数据结构,链表,队列,
    mykof 7-3
  • 0
    若有两个整数a和b,把a的全部约数(不包括本身)相加,其结果恰好等于b,而把b的全部约数(不包括本身)相加,其结果又恰好等于a,那么a和b就称为亲和数。
  • 0
    mykof 2014-07
    #include <stdio.h> #include <string.h> void main() { int input,i,j,flag,k=0,output=0; int sushu[2000]; scanf_s("%d",&input);
    mykof 7-3
  • 0
    mykof 2014-07
    #pragma warning(disable:4996) #include <iostream> #include <string> #include <cmath> using namespace std; unsigned int IsA
    mykof 7-3
  • 1
    电影的发明者卢米埃尔兄弟,拍摄的世界上第一批影片,就是这些情节简单的近乎粗陋的短片,开创了电影的历史.1895 年卢米埃兄弟向大众展现《火车进站》

  • 发贴红色标题
  • 显示红名
  • 签到六倍经验

赠送补签卡1张,获得[经验书购买权]

扫二维码下载贴吧客户端

下载贴吧APP
看高清直播、视频!

本吧信息 查看详情>>

会员: 会员

目录: 其他