๐งฎ PS
-
๋ฌธ์ ๋งํฌ : 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 -
๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1047๋ฒ #include using namespace std; int main(){ int a; cin >> a; cout > b; cout
์ฝ๋์ (Code up) 1047~1048 (๋นํธ์ํํธ) [ C++, CPP ]๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1047๋ฒ #include using namespace std; int main(){ int a; cin >> a; cout > b; cout
2020.03.05 -
๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1038๋ฒ #include using namespace std; int main(){ long long a, b; cin >> a >> b; cout > a >> b; cout > a ; cout > a; cout > a>>b; cout
์ฝ๋์ (Code up) 1038~1046 (์ฐ์ ์ฐ์ฐ) [ C++, CPP ]๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1038๋ฒ #include using namespace std; int main(){ long long a, b; cin >> a >> b; cout > a >> b; cout > a ; cout > a; cout > a>>b; cout
2020.03.04 -
๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1031๋ฒ #include using namespace std; int main(){ int a; scanf("%d",&a); printf("%o",a); // %o : 8์ง์๋ก ์ถ๋ ฅ (octal) } %o : 8์ง์๋ก ์ถ๋ ฅ (octal) *1032๋ฒ #include using namespace std; int main(){ int a ; scanf("%d",&a); printf("%x",a); //%x (์๋ฌธ์x) : hexadecimal(16์ง์)์ ์๋ฌธ์๋ก ์ถ๋ ฅ } %x (์๋ฌธ์x) : hexadecimal(16์ง์)์ ์๋ฌธ์๋ก ์ถ๋ ฅ *1033๋ฒ #include ..
์ฝ๋์ (Code up) 1031~1037 (์ถ๋ ฅ๋ณํ) [ C++, CPP ]๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1031๋ฒ #include using namespace std; int main(){ int a; scanf("%d",&a); printf("%o",a); // %o : 8์ง์๋ก ์ถ๋ ฅ (octal) } %o : 8์ง์๋ก ์ถ๋ ฅ (octal) *1032๋ฒ #include using namespace std; int main(){ int a ; scanf("%d",&a); printf("%x",a); //%x (์๋ฌธ์x) : hexadecimal(16์ง์)์ ์๋ฌธ์๋ก ์ถ๋ ฅ } %x (์๋ฌธ์x) : hexadecimal(16์ง์)์ ์๋ฌธ์๋ก ์ถ๋ ฅ *1033๋ฒ #include ..
2020.03.04 -
๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1028๋ฒ #include using namespace std; int main(){ long long a; cin >> a; cout > a; cout > a; cout
์ฝ๋์ (Code up) 1028~1030 (๋ฐ์ดํฐํ) [ C++, CPP ]๋ฌธ์ ๋งํฌ : https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1028๋ฒ #include using namespace std; int main(){ long long a; cin >> a; cout > a; cout > a; cout
2020.03.04 -
๋ฌธ์ ๋งํฌ :https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1010๋ฒ #include using namespace std; int main(){ int a; cin >> a; cout > c; cout > n; cout >b; cout
์ฝ๋์ (Code up) 1010~1027 (์ ์ถ๋ ฅ) [ C++, CPP ]๋ฌธ์ ๋งํฌ :https://codeup.kr/problemsetsol.php?psid=23 ๋ฌธ์ ์ง / ๊ธฐ์ด 100์ codeup.kr *1010๋ฒ #include using namespace std; int main(){ int a; cin >> a; cout > c; cout > n; cout >b; cout
2020.03.04