Programming Language/C++

꼭 써야하는 기억할 것

희디 2023. 6. 5. 12:19

시간단축을 위해서 써주는 것이 좋음 

ios::sync_with_stdio(0); cin.tie(0);

 

#include <iostream>

using namespace std; 

ios::sync_with_stdio(0); cin.tie(0);  

 

여기까지는 기본 포멧으로 시작하기