분류 전체보기
-
문제링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1071번 #include using namespace std; int main(){ int a; while(true){ cin >> a; if(a==0){break;} cout k; for(int i=0; i!=k;i++){ cin >> a; cout a; if(a==0){break;} cout a; while(a>0){ cout 0){ a -=1; cout a; for(int i=0; i
코드업 (Code up) 1071~1077 (반복실행구조) [ C++, CPP ]문제링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1071번 #include using namespace std; int main(){ int a; while(true){ cin >> a; if(a==0){break;} cout k; for(int i=0; i!=k;i++){ cin >> a; cout a; if(a==0){break;} cout a; while(a>0){ cout 0){ a -=1; cout a; for(int i=0; i
2020.03.06 -
*문제 링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1065번 #include using namespace std; int main(){ int a, b, c; cin >> a >> b >> c; if(a%2==0){ cout
코드업 (Code up) 1065 ~ 1070 (선택실행구조) [ C++, CPP ]*문제 링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1065번 #include using namespace std; int main(){ int a, b, c; cin >> a >> b >> c; if(a%2==0){ cout
2020.03.05 -
문제링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *삼항연산자 ex ) x==10 ? value1 : value0; 변수(참거짓을 판단할), 또는 조건식 ? 참일때 사용값 : 거짓일때 사용값; *1063번 #include using namespace std ; int main(){ int a,b; cin >> a >> b; cout a >> b >> c; cout
코드업 (Code up) 1063 ~ 1064 (삼항연산) [ C++, CPP ]문제링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *삼항연산자 ex ) x==10 ? value1 : value0; 변수(참거짓을 판단할), 또는 조건식 ? 참일때 사용값 : 거짓일때 사용값; *1063번 #include using namespace std ; int main(){ int a,b; cin >> a >> b; cout a >> b >> c; cout
2020.03.05 -
문제링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1059번 #include using namespace std; int main(){ int a; cin >> a; cout > a>>b; cout > a>>b; cout > a>>b; cout
코드업 (Code up) 1059~1062 (비트단위 논리연산) [ C++, CPP ]문제링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1059번 #include using namespace std; int main(){ int a; cin >> a; cout > a>>b; cout > a>>b; cout > a>>b; cout
2020.03.05 -
문제 링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1053번 #include using namespace std; int main(){ int a; cin >> a; cout > a>>b; cout > a>>b; cout > a>>b; cout > a>>b; cout > a>>b; cout
코드업 (Code up) 1053~1058 (논리연산) [ C++, CPP ]문제 링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1053번 #include using namespace std; int main(){ int a; cin >> a; cout > a>>b; cout > a>>b; cout > a>>b; cout > a>>b; cout > a>>b; cout
2020.03.05 -
문제 링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1049번 #include using namespace std; int main(){ long long a,b; cin >>a>>b; cout b) ; } *1050번 #include using namespace std; int main(){ int a,b; cin >> a>>b; cout > a>>b; cout a>>b; cout
코드업 (Code up) 1049~1052 (비교연산) [ C++, CPP ]문제 링크 : https://codeup.kr/problemsetsol.php?psid=23 문제집 / 기초 100제 codeup.kr *1049번 #include using namespace std; int main(){ long long a,b; cin >>a>>b; cout b) ; } *1050번 #include using namespace std; int main(){ int a,b; cin >> a>>b; cout > a>>b; cout a>>b; cout
2020.03.05