![[C++] 백준 3단계 - 15552번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fl15EO%2Fbtr53DEABwf%2FAAAAAAAAAAAAAAAAAAAAAAZJU0ihT7e7Z9tmfT1C4KSJJ0dCjWzUSB0UlGBgQAvk%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1759244399%26allow_ip%3D%26allow_referer%3D%26signature%3DTDxKxGYs%252F0wfOiVE5C6EdswuLBs%253D)
자료구조 & 알고리즘/BOJ2023. 3. 26. 15:28[C++] 백준 3단계 - 15552번 문제
문제설명 소스코드 #include using namespace std; int main() { int T, a, b; ios_base::sync_with_stdio(false); cin.tie(NULL); cin >> T; for (int i = 0; i > a >> b; cout
문제설명 소스코드 #include using namespace std; int main() { int T, a, b; ios_base::sync_with_stdio(false); cin.tie(NULL); cin >> T; for (int i = 0; i > a >> b; cout