일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 트랜잭션 관리
- 1759번
- 1253번
- Linux
- command not found
- 비재귀셰그먼트
- UActor
- 의미와 무의미의 경계에서
- 실습
- Unreal
- 2단계로킹
- 1967번
- OS
- 언리얼 플러그인
- Security
- SQL
- 민겸수
- FBX
- UnrealMP
- 5639
- objtofbx
- 오손데이터읽기
- 데이터베이스 배움터
- C++
- 백준
- oracle
- hackerank
- 백준 1253번
- 언리얼 커스텀 플러그인
- 셰그먼트트리
- Today
- Total
목록전체 글 (118)
fatalite
나같은 바보도 없다. 백트래킹 Solution 시간초과 및 메모리 초과 #include #include #include #include #include #include using namespace std; int n = 1; int mina = 210000000; int arrayRGB[1001][3]; void rec(string s, int v) { if (v > mina) { } else { cnt++; if (s.size() == n) { mina = v; } else { string tmp1 = s; string tmp2 = s; if (s.back() == 'R') { rec(tmp1.append("G"), v + arrayRGB[s.size()][1]); rec(tmp2.append("B")..
if문.. 줄여야하는데 /* * Complete the 'sockMerchant' function below. * * The function is expected to return an INTEGER. * The function accepts following parameters: * 1. INTEGER n * 2. INTEGER_ARRAY ar */ int sockMerchant(int n, vector ar) { int cnt = 0; for(int i = 0; i < ar.size(); i++){ if(ar[i] != 0){ for(int k = 0; k < ar.size(); k++){ if(i != k && ar[k] != 0){ if(ar[i] == ar[k]){ cnt++; cout