Menu Close
  • Categories
  • Tags
  • About
Close
    • llmooon's blog
    • Categories
    • Tags
    • Search

    Boj2420 사파리월드

    Published: May 03, 2019 by 아형 Creative Commons Licence

    • Categories:
    • Algorithm 74
    • Tags:
    • 알고리즘 72
    • 문제는 장황하지만, 두 수를 입력받아 차이를 구하는 문제이다.
    #include<iostream>
    #include<math.h>
    using namespace std;
    
    int main() {
    	long long n, m;
    	scanf("%lld %lld", &n, &m);
    	printf("%lld", abs(n - m));
    }
    
    Back to Top
    ← Boj15894 수학은 체육과목입니다 Boj5176 대회자리 →

    About

    A gem-based responsive simple texture styled Jekyll theme.

    Theme Simple Texture developed by Yi Zeng, powered by Jekyll.

    Back to Top