코딩테스트 연습 - 기초트레이닝(LV 0)
5년전에 했던건가?ㅋㅋ 아직도 남아있네LV 0. 문자열 출력하기https://school.programmers.co.kr/learn/courses/30/lessons/181952#include #include using namespace std;int main(void) { ios_base :: sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); string str; cin >> str; cout LV 0. a와 b 출력하기https://school.programmers.co.kr/learn/courses/30/lessons/181951#include #include using namespace std;void pri..
Developer/LEETCODE
2026. 1. 3. 10:58