WookjeBlog
    • 블로그
    • 소개
    • 태그
    • 수업/강의
    • 라이브러리
    Main
    • Share to Facebook

    중국인의 나머지 정리

    All Posts in chinese-remainder-theorem

    • [BOJ] 1476 : 날짜 계산

      1476 : 날짜 계산 풀이 역시 중국인은 똑똑해!!! 코드 #include <stdio.h> int m, s, e, x; int main() { scanf("%d %d %d", &e, &s, &m); x = (e*6916+s*4845+m*4200)%7980; return ~printf("%d", x ? x : 7980); } 아무말 백준, 백준 온라인 저지, BOJ, Baekjoon Online Judge, C, C++, 씨, 씨쁠쁠, JAVA, algorithm, 자바, 알고리즘, 자료구조, 문제, 문제 풀이, 풀이

      boj math chinese-remainder-theorem

      wookje.kwon's profile image

      wookje.kwon

      2018-02-18 18:35

    • github
    • facebook
    • rss

    Copyright © Wookje Kwon. All rights reserved.