随笔分类 - C++
摘要:1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 char n; 6 int i=1; 7 int s=0; 8 while(cin.get(n)) 9 { 10 if (n=='#')break; 11 if (n!='\
阅读全文
摘要:1 #include<iostream> 2 #include<vector> 3 #include<algorithm> 4 #include<string> 5 #include<iomanip> 6 using namespace std; 7 //½á¹¹Ìå: 8 struct stude
阅读全文
摘要:1 #include<iostream> 2 #include<vector> 3 #include<string> 4 #include<algorithm> //reverse所在头文件 5 using namespace std; 6 bool Comp(const string &str1,
阅读全文
摘要:1 #include<iostream> 2 #include<set> 3 #include<string> 4 #include<algorithm> 5 using namespace std; 6 struct Comp//multiset内部排序名为Comp 7 { 8 bool oper
阅读全文
摘要:1 #include <iostream> 2 using namespace std; 3 int main() 4 { 5 bool sushu(int n); 6 long long i,n,s,t,a,b,c,d,e; 7 while (cin>>n) 8 { 9 a=n%10; 10 b=
阅读全文
摘要:1 #include<iostream> 2 #include<set> 3 using namespace std; 4 int main() 5 { 6 int s=0; 7 int F=479001600; 8 multiset<unsigned int> a; 9 int n; 10 whi
阅读全文

浙公网安备 33010602011771号