Algorithm/Implementation (746) 썸네일형 리스트형 (C++) - 백준(BOJ) 2739번:구구단 답 문제링크 : https://www.acmicpc.net/problem/2739 단순 입출력 문제였습니다. 1234567891011#include using namespace std;int main(){ int n; cin>>n; for(int i=1;i (C++) - 백준(BOJ) 9498번 : 시험성적 답 https://www.acmicpc.net/problem/9498 간단한 입출력과 if문 써보기 문제였습니다. 12345678910111213141516#include using namespace std;int main(){ int n=0; cin>>n;if(90 이전 1 ··· 91 92 93 94 다음