알고리즘/코드그라운드(3)
-
[코드그라운드] 극단적인 수
소스코드12345678910111213141516171819202122232425262728#include using namespace std; void cal(int a) { if (a == 1) { return; } cal(a / 2); if (a % 2 == 0) cout
2017.07.26 -
[코드그라운드] 김씨만 행복한 세상
소스코드12345678910111213141516171819202122232425262728293031323334#include using namespace std; int Answer; int main(int argc, char** argv){ int T, test_case; cin >> T; for (test_case = 0; test_case > n >> m; for (int i = 1; i start[i] >> end[i]; num[end[i]] = !num[start[i]]; } for (int i = 1; i
2017.06.23 -
[코드그라운드] 부분배열
소스코드123456789101112131415161718192021222324252627282930313233343536373839404142#include using namespace std; int Answer; int main(int argc, char** argv){ ios::sync_with_stdio(false); int T, test_case; cin >> T; for (test_case = 0; test_case > n >> s; for (int i = 0; i > num[i]; } long long sum = 0; while (1) { if (left > right || right > n) { break; } else if (sum = s) { Answer = (Answer>(right ..
2017.06.23