반응형 [SWEA] D1: 몫과 나머지 출력하기(2029) 해설 문제- 문제 링크: 몫과 나머지 출력하기 풀이(C++)solution 1)- 시간 복잡도: 더보기#includeusing namespace std;int main(int argc, char** argv){ int test_case; int T; cin>>T; for(test_case = 1; test_case > a >> b; cout (Java)solution 1)- 시간 복잡도: 더보기import java.util.* (Python)solution 1)- 시간 복잡도: 더보기import sysT = int(input())for test_case in range(1, T + 1): a, b = map(int, input().split()) print(f"#{test_ca.. 2025. 1. 12. 이전 1 다음 반응형