Replies: 2 comments
-
https://justicehui.github.io/etc/2019/08/29/Optimization/ https://namu.wiki/w/%EA%B3%A0%EA%B8%89%20%EB%B2%A1%ED%84%B0%20%ED%99%95%EC%9E%A5 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Preprocess & Debug#define 사용법 C언어 - 매크로 & preprocess (DEBUG, printf,,TRACE) [C, C++] #if, #ifdef, #elif, #else, #endif 전처리기 지시어 알아보기 [TRACE] C++ Debug를 위한 TRACE 찍기 C++ 유용한 매크로 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Various ways to optimize (mainly faster)
#pragma GCC optimize ("O2")
#pragma GCC target ("avx")
#include<bits/stdc++.h>
https://atcoder.jp/contests/abc206/submissions/23639388
Beta Was this translation helpful? Give feedback.
All reactions