[백준]2739번 구구단 Date: 2022.12.07    Updated: 2022.12.07 카테고리: Baekjoon 문제 풀이 N = int(input()) for i in range(1,10): print("%d * %d = %d " %(N,i,N*i)) Baekjoon 카테고리 내 다른 글 보러가기 이전 글  [백준]2480번 주사위 다음 글   [백준]25304번 영수증 댓글 남기기
[논문리뷰]UniICL: An Efficient Unified Framework Unifying Compression, Selection, and Generation (ACL, 2025) 2025.09.20
[논문리뷰]Optimizing Question Semantic Space for Dynamic Retrieval-Augmented Multi-hop Question Answering (ACL, 2025) 2025.09.19
[논문리뷰]Gecko: Versatile Text Embeddings Distilled from Large Language Models(DeepMinde, 2024) 2025.09.16
[논문리뷰]DRAMA: Diverse Augmentation from Large Language Models to Smaller Dense Retrievers(ACL, 2025) 2025.09.15
[논문리뷰]Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG(ICLR, 2025) 2025.09.05
[논문리뷰]Multi-level Relevance Document Identifier Learning for Generative Retrieval(ACL, 2025) 2025.08.11
댓글 남기기