什么是 CMake All problems in computer science can be solved by another level of indirection. 你或许听过好几种 Make 工具,例如 GNU Make ,QT 的 qmake ,微软的 MS nmake,BSD M ...
分类:
其他好文 时间:
2019-01-04 20:22:51
阅读次数:
284
"地址" | Rank | Solved | A | B | C | D | E | F | G | H | I | J | K | | | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : | : : | | 16/16 ...
分类:
其他好文 时间:
2018-12-13 19:20:09
阅读次数:
189
A. The Fair Nut and Elevator Solved. 签. 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 #define N 110 5 int n, a[N]; 6 7 int main() 8 { 9 while ...
分类:
其他好文 时间:
2018-12-12 14:54:54
阅读次数:
183
A:Alphabet Solved. 签。 1 #include<bits/stdc++.h> 2 using namespace std; 3 char s[60]; 4 int f[60]; 5 int main(){ 6 scanf("%s",s+1); 7 int n=strlen(s+1) ...
分类:
其他好文 时间:
2018-12-09 20:01:52
阅读次数:
288
A Christmas Eve Eve Eve Solved. 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int main() 5 { 6 int n; 7 8 while (scanf("%d", &n) != EOF) 9 { 1 ...
分类:
其他好文 时间:
2018-12-09 10:38:27
阅读次数:
218
Problem UVA1627-Team them up! Total Submissions:3577 Solved:648 Time Limit: 3000 mSec Problem Description It’s frosh week, and this year your friends ...
分类:
其他好文 时间:
2018-12-08 20:19:14
阅读次数:
189
A:Exam Solved. 温暖的签。 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 const int maxn = 1e3 + 10; 6 7 int k; 8 char str1[maxn], str2[maxn]; 9 10 ...
分类:
其他好文 时间:
2018-12-08 11:23:08
阅读次数:
142
Problem UVA1627-Team them up! Total Submissions:1228 Solved:139 Time Limit: 3000 mSec Problem Description Your task is to divide a number of persons i ...
分类:
其他好文 时间:
2018-12-08 11:11:16
阅读次数:
128
A. Numbers Unsolved. B. Broken Watch Solved. 题意: 一个圆盘上,有等分的n块区域,有三根指针,当三根指针分别位于两块区域的交界处时 指针的三点相连会形成一个三角形,求有多少个三角包含三指针的起点(即交汇处) 思路: 1 #include<bits/std ...
分类:
其他好文 时间:
2018-12-03 01:11:04
阅读次数:
459
A 753 Solved. 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int mp[10]; 5 6 int main() 7 { 8 mp[7] = mp[5] = mp[3] = 1; 9 int x; cin >> x; 10 ...
分类:
其他好文 时间:
2018-12-03 00:50:06
阅读次数:
281