Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Unreal
- 데이터베이스 배움터
- 1967번
- 의미와 무의미의 경계에서
- oracle
- 트랜잭션 관리
- C++
- UActor
- 민겸수
- 백준
- 백준 1253번
- SQL
- Linux
- 언리얼 플러그인
- 오손데이터읽기
- 셰그먼트트리
- Security
- 2단계로킹
- 1759번
- 언리얼 커스텀 플러그인
- 실습
- 1253번
- OS
- 비재귀셰그먼트
- objtofbx
- 5639
- UnrealMP
- hackerank
- command not found
- FBX
Archives
- Today
- Total
목록hackerank (1)
fatalite
Sales by Match
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
코딩 인터뷰/C++
2023. 2. 4. 10:41