본문 바로가기

전체 글

(453)
영어 표현 168 regulate (v.) 규제하다 secure (v.) 획득하다, 확보하다 privately-held (adj.) 비공개의 fraud (n.) 사기 vet (v.) (내용 등을) 점검하다 defiant (adj.) (공개적으로) 반항하는 after all 결국에는
영어 표현 167 dissident (n.) 반체제 인사 brazen (adj.) 뻔뻔한 fraudulent (adj.) 사기의 airspace (n.) 영공 under duress 강압에 의해 priority (n.) 우선 사항 do whatever it takes to ~ 무슨 일이 있어도 ~하다
영어 표현 166 unbeknownst [to] (adj.) [~가] 모르게, 모르는 새 boon (n.) 큰 이익, 혜택 alleviate (v.) 완화하다 storefront (n.) 가게/상점 정면 third-party 제삼자 capital (n.) 자본금, 자산 just as adj. as 꼭, 바로 ~처럼
영어 표현 165 descent (n.) 하강 ascent (n.) 올라감, 등반 live to tell the tale 살아남다 summit (v.) 정상에 이르다 count on 믿다, 의지하다 part of the deal 반드시 포함되는 것 make it 해내다, 성공하다
큰 수 A + B (10757) #include #include using namespace std; int main() { string A, B; cin >> A >> B; int aSize = A.length(); int bSize = B.length(); string Cal = ""; int overnum = 0; while (aSize > 0 || bSize > 0) { int num1= 0; if (aSize > 0) { num1 = A[--aSize] - '0'; } int num2 = 0; if (bSize > 0) { num2 = B[--bSize] - '0'; } int Value = num1 + num2 + overnum; overnum = Value / 10; Value %= 10; char Val = Value +..
영어 표현 164 mixed blessing (n.) 좋기도 하고 나쁘기도 한 것 sophisticated (adj.) 정교한, 복잡한 run out 다 떨어지다 fume (n.) (유해한) 연기, 가스 affordable (adj.) (가격이) 알맞은, 저렴한 avert (v.) (위험 등을) 피하다, 막다 do one's best to ~하는데 최선을 다하다
부녀회장이 될테야 (2775번) #include using namespace std; int main() { int T, k, n; int count = 0; int sum = 0; int *ptr; cin >> T; while (count > k >> n; ptr = new int[n]; for (int i = 0; i < n; i++) { ptr[i] = i + 1; } if (k == 0) { cout
ACM 호텔 (10250번) #include using namespace std; int main() { int a; int count = 0; int quotient = 0; int remainder = 0; cin >> a; int **ptr; ptr = new int*[a]; for (int i = 0; i > ptr[count][i]; } quotient = ptr[count][2] / ptr[count][0]; remainder = ptr[count][2] % ptr[count][0]; if (remainder == 0) { cout