![[C++] 백준 3단계 - 10952번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FdrFqck%2Fbtr5PFYzNF3%2FAAAAAAAAAAAAAAAAAAAAAHjrl5tWKLIyqgB-McDdHO3Jk0liFTo75UPkqVo8KnNZ%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DT32i%252BZW2UjheD0RodK7Bz3aIm5g%253D)
문제설명 소스코드 #include using namespace std; int main() { int A; int B; while (true) { cin >> A >> B; if (A == 0 && B == 0) break; else cout
![[C++] 백준 3단계 - 2439번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbbOBry%2Fbtr5O9rNrRo%2FAAAAAAAAAAAAAAAAAAAAAMqr7WLaRtC9lLfYrfl-9_0uW9Ga_EQllkMxCkwLBqQt%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3D89LhRw0MrFoir4ysYn88ise%252BWks%253D)
문제설명 소스코드 코드1 #include using namespace std; int main() { int input; cin >> input; for (int i = 1; i
![[C++] 백준 3단계 - 2438번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fs9W97%2Fbtr6bt9mY9f%2FAAAAAAAAAAAAAAAAAAAAAKpobFOYXasJPDi-FS_h9jJW6c3a_QbTyoTkg3WYJfRq%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DCDCnVF3IiStusFG2cc7xJdlDw8A%253D)
문제설명 소스코드 #include using namespace std; int main() { int input; cin >> input; for (int i = 1; i
![[C++] 백준 3단계 - 11022번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fn8tjc%2Fbtr5UlR49D2%2FAAAAAAAAAAAAAAAAAAAAAIx6JAySah-xJP83XQmvHRTzLjjPRh-reDrjI_eNrHX6%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DGzq4Su50bhlXHeQItb0f9qem6ic%253D)
문제설명 소스코드 #include using namespace std; int main() { int input; int A; int B; cin >> input; for (int i = 1; i > A >> B; cout
![[C++] 백준 3단계 - 11021번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FrzhL8%2Fbtr5QoorcS5%2FAAAAAAAAAAAAAAAAAAAAAG4qrXuhaNlN8BpsDD7ki0mqTk4er00RNF5_iPB5UkVo%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DPyCdKpbbij8t%252FSwHUY5%252Bti8pRiQ%253D)
문제설명 소스코드 #include using namespace std; int main() { int input; int A; int B; cin >> input; for (int i = 1; i > A >> B; cout
![[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%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DpGayvvyXhbjAfT8DFFijB3ybb2M%253D)
문제설명 소스코드 #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
![[C++] 백준 3단계 - 25314번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FkFxwl%2Fbtr5oNWNoZX%2FAAAAAAAAAAAAAAAAAAAAABZxCMQFdlTRYQ6wDPsIUenMHosbwtMo3YakaeB9d3zD%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DxoenljWdkjy4oD8PPegZi%252Bbcsw4%253D)
문제설명 소스코드 #include using namespace std; int main() { int input; cin >> input; for (int i = 0; i < input / 4; ++i) { cout
![[C++] 백준 3단계 - 25304번 문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbVLqqe%2Fbtr5nHaQwB9%2FAAAAAAAAAAAAAAAAAAAAAGumQfs-7pJ8IfMnEzbL89DwB0BchlSks_oiSYDzFluG%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DXzW2zzQW1VtWhLGPfMRgTkhk7wE%253D)
문제설명 소스코드 #include using namespace std; int main() { int input; int input2; cin >> input >> input2; int sub = input; int tmp = input2; for (int i = 0; i > input >> input2; sub -= input * input2; } if (sub == 0) cout