algorithm (54) 썸네일형 리스트형 바킹독 (기초, 백준) 2439 #include using namespace std; int main(void) { ios::sync_with_stdio(0); cin.tie(0); int f, s, n; cin >> n; for (int i = 1; i 0; j--) cout 바킹독 (기초, 백준) 2438 #include using namespace std; int main(void) { ios::sync_with_stdio(0); cin.tie(0); int f, s, n; cin >> n; for (int i = 1; i < n + 1; i++) { for (int j = 0; j < i; j++) cout 바킹독 (기초, 백준) 1267 #include using namespace std; int n, tmp, m, y; int main(void) { ios::sync_with_stdio(0); cin.tie(0); cin >> n; for (int i = 0; i > tmp; y += ((tmp / 30) * 10) + 10; m += ((tmp / 60) * 15) + 15; } if (m < y) cout 바킹독 (기초,백준) 1000 #include using namespace std; int main(void) { ios::sync_with_stdio(0); cin.tie(0); int a, b; cin >> a >> b; cout 이전 1 ··· 3 4 5 6 다음