-
-
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
-
29
-
5肥哒肥哒
-
5
-
3安安,今晚怎么睡
-
1
-
0
-
08号华为机试。。。
-
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 >
-
0#include<string> #include<iostream> using namespace std; int totalCount; void GetWord(char *input, int start) { for(int i = star
-
1#include <iostream> #include <string> #include <cctype> using namespace std; int GetANum(string in,int *start) { string te
-
1哥德巴赫猜想描述: 哥德巴赫猜想:任何一个>=6的偶数,都可以表示成二个素数之和。请编写程序验证任意给出一个2000以内的大于6的偶数是否符合哥德
-
1描述: 时间差计算函数,返回两时间的差整数(以秒为单位,time2减time1的整数值) 题目类别:基于输入输出,语言基础,字符串,循环,数据结构,链表,队列,
-
0若有两个整数a和b,把a的全部约数(不包括本身)相加,其结果恰好等于b,而把b的全部约数(不包括本身)相加,其结果又恰好等于a,那么a和b就称为亲和数。
-
0#include <stdio.h> #include <string.h> void main() { int input,i,j,flag,k=0,output=0; int sushu[2000]; scanf_s("%d",&input);
-
0#pragma warning(disable:4996) #include <iostream> #include <string> #include <cmath> using namespace std; unsigned int IsA
-
2
-
1