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
- 백트래킹
- BFS
- 문자열
- 그리디 알고리즘
- DFS
- 백준
- 브루트포스
- c++
- 시뮬레이션
- 누적 합
- ue5
- Unreal Engine 5
- 투 포인터
- 그래프
- 트리
- 우선순위 큐
- 다이나믹 프로그래밍
- 수학
- 스택
- XR Interaction Toolkit
- 다익스트라
- 자료구조
- 유니온 파인드
- Team Fortress 2
- 재귀
- 정렬
- 구현
- 알고리즘
- 유니티
- VR
Archives
- Today
- Total
목록시간초과 C++ (1)
1일1알
백준 11332번 시간초과 C++
https://www.acmicpc.net/problem/11332 11332번: 시간초과 각 테스트 케이스들에 대하여 시간 초과가 나면 "TLE!", 시간 초과가 나지 않으면 "May Pass." 를 출력한다. www.acmicpc.net 범위를 넘어가는 수는 미리 차단해서 오버플로우를 방지한다. #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; int c; const int TLENUM = 1000000001; in..
알고리즘
2023. 2. 28. 13:10