백준 2443번: 별찍기 - 6
-
백준 2443번: 별찍기 - 6출력(Print) 2018. 8. 4. 14:50
https://www.acmicpc.net/problem/2443 1. 문제 2. 알고리즘키워드 - 출력, 구현 3. 코드 12345678910111213141516171819202122232425262728#include #include #include #include #include // greater 사용 위해 필요 #include #include #include #include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); // scanf 안쓸 경우 쓰세요. Cin 사용시 int n; cin >> n; for (int i = 0; i