페이지

2558번: A+B - 2

https://www.acmicpc.net/problem/2558


$O(1)$


#include<cstdio>
int a, b;
int main() {
    scanf("%d %d", &a, &b);
    printf("%d", a + b);
    return 0;
}

댓글 없음 :

댓글 쓰기