일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 정보과학
- Linux
- API
- For문
- 정보올림피아드
- 자료구조
- 반복문
- 리눅스
- 리눅스 명령어
- 배열
- 문제출저:www.dovelet.com
- c언어
- if문
- 정보영재원
- 참조은요양병원
- 백도어
- 제어문
- 다중반복문
- 풀이&소스코드저작권:왕유승
- 알고리즘
- C
- Backdoor
- 프로그래밍
- 독후감
- 영재교육원
- IT
- C++
- 수학영재원
- DBMS
- 독서 감상문
Archives
- Today
- Total
목록2009~2014 (314)
되는대로 살자
[올림피아드 기출문제&풀이]
#include struct flower { int openmonth; int openday; int closemonth; int closeday; }flower[100000]; int main() { long n; int curmonth=3,curday=1,maxmonth=0,maxday=0,visit[100000],maxpos; int flowercnt=0,i,noflowerchk; scanf("%d",&n); for(i=0;imaxmonth) || (flower[i].closemonth==maxmonth&&flower[i].closeday>=maxday))) { maxmonth=flower[i].closemonth; maxday=flower[i].closeday; maxpos=i; noflowerc..
2009~2014/C/C++
2011. 12. 12. 17:27